Skip to content

Commit

Permalink
Cherry-pick 2 trivial fixes from 'documentation-cleanup-for-transiti…
Browse files Browse the repository at this point in the history
…on' branch
  • Loading branch information
jan.nijtmans committed Sep 27, 2024
2 parents b0d832e + 874d253 commit 8ea91f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/array.n
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ Returns 1 if \fIarrayName\fR is an array variable, 0 if there
is no variable by that name or if it is a scalar variable.
.\" METHOD: for
.TP
\fBarray for {\fIkeyVariable valueVariable\fB} \fIarrayName body\fP
\fBarray for {\fIkeyVariable valueVariable\fB} \fIarrayName body\fR
.
The first argument is a two element list of variable names for the
key and value of each entry in the array. The second argument is the
array name to iterate over. The third argument is the body to execute
for each key and value returned.
The ordering of the returned keys is undefined.
If an array element is deleted or a new array element is inserted during
the \fIarray for\fP process, the command will terminate with an error.
the \fIarray for\fR process, the command will terminate with an error.
.\" METHOD: get
.TP
\fBarray get \fIarrayName\fR ?\fIpattern\fR?
Expand Down
2 changes: 1 addition & 1 deletion doc/concat.n
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.SH NAME
concat \- Join lists together
.SH SYNOPSIS
\fBconcat\fI \fR?\fIarg arg ...\fR?
\fBconcat\fR ?\fIarg arg ...\fR?
.BE
.SH DESCRIPTION
.PP
Expand Down

0 comments on commit 8ea91f5

Please sign in to comment.