more small man page fixes
This commit is contained in:
parent
be9606a4e0
commit
aa84986819
4 changed files with 4 additions and 4 deletions
|
@ -254,7 +254,7 @@ or
|
||||||
loops.
|
loops.
|
||||||
.I Continue
|
.I Continue
|
||||||
continues with the next iteration of the
|
continues with the next iteration of the
|
||||||
.IRnum'th
|
.IR num'th
|
||||||
innermost loop.
|
innermost loop.
|
||||||
These are implemented as builtin commands.
|
These are implemented as builtin commands.
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -26,7 +26,7 @@ If no
|
||||||
.I file
|
.I file
|
||||||
is given \fIa.out\fR is used.
|
is given \fIa.out\fR is used.
|
||||||
.I Asize
|
.I Asize
|
||||||
can only be used to obtain the size of a \(M2 \fI.o\fR or \fI.out\fR file.
|
can only be used to obtain the size of a \fI.o\fR or \fI.out\fR file.
|
||||||
To obtain the size of an executable, use
|
To obtain the size of an executable, use
|
||||||
.I size
|
.I size
|
||||||
instead.
|
instead.
|
||||||
|
|
|
@ -97,7 +97,7 @@ ESC\ ^H Delete previous word (backspace key) [n]
|
||||||
ESC\ DEL Delete previous word (delete key) [n]
|
ESC\ DEL Delete previous word (delete key) [n]
|
||||||
ESC\ SP Set the mark (space key); see ^X^X and ^Y above
|
ESC\ SP Set the mark (space key); see ^X^X and ^Y above
|
||||||
ESC\ \. Get the last (or [n]'th) word from previous line
|
ESC\ \. Get the last (or [n]'th) word from previous line
|
||||||
ESC\ \? Show possible completions; see below
|
ESC\ ? Show possible completions; see below
|
||||||
ESC\ < Move to start of history
|
ESC\ < Move to start of history
|
||||||
ESC\ > Move to end of history
|
ESC\ > Move to end of history
|
||||||
ESC\ b Move backward a word [n]
|
ESC\ b Move backward a word [n]
|
||||||
|
|
|
@ -40,7 +40,7 @@ or
|
||||||
.P
|
.P
|
||||||
.B (daemonize
|
.B (daemonize
|
||||||
is a shell function defined in
|
is a shell function defined in
|
||||||
.BI/usr/etc/rc
|
.BI /usr/etc/rc
|
||||||
in Minix 2.0.3 and later releases which starts programs as daemons).
|
in Minix 2.0.3 and later releases which starts programs as daemons).
|
||||||
To enable or reenable
|
To enable or reenable
|
||||||
.B in.httpd
|
.B in.httpd
|
||||||
|
|
Loading…
Reference in a new issue