mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Typo
Obtained from: OpenBSD
This commit is contained in:
parent
3c7fbe12d1
commit
a8b4fa4aaf
3 changed files with 3 additions and 3 deletions
|
|
@ -199,7 +199,7 @@ argv += optind;
|
|||
.Sh HISTORY
|
||||
The
|
||||
.Fn getopt
|
||||
function appeared
|
||||
function appeared in
|
||||
.Bx 4.3 .
|
||||
.Sh BUGS
|
||||
The
|
||||
|
|
|
|||
|
|
@ -133,5 +133,5 @@ There is no ECMA support.
|
|||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared
|
||||
utility first appeared in
|
||||
.Bx 4.4 .
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ Immediately exits with the return value specified by the first argument,
|
|||
0 if none.
|
||||
.It m4wrap
|
||||
Allows you to define what happens at the final EOF, usually for cleanup
|
||||
purposes (e.g., m4wrap("cleanup(tempfile)") causes the macro cleanup to
|
||||
purposes (e.g., m4wrap("cleanup(tempfile)") causes the macro cleanup to be
|
||||
invoked after all other processing is done.)
|
||||
.It maketemp
|
||||
Translates the string XXXXX in the first argument with the current process
|
||||
|
|
|
|||
Loading…
Reference in a new issue