Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 1999-11-15 03:13:23 +00:00
parent 3c7fbe12d1
commit a8b4fa4aaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53168
3 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ argv += optind;
.Sh HISTORY .Sh HISTORY
The The
.Fn getopt .Fn getopt
function appeared function appeared in
.Bx 4.3 . .Bx 4.3 .
.Sh BUGS .Sh BUGS
The The

View File

@ -133,5 +133,5 @@ There is no ECMA support.
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
utility first appeared utility first appeared in
.Bx 4.4 . .Bx 4.4 .

View File

@ -132,7 +132,7 @@ Immediately exits with the return value specified by the first argument,
0 if none. 0 if none.
.It m4wrap .It m4wrap
Allows you to define what happens at the final EOF, usually for cleanup 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.) invoked after all other processing is done.)
.It maketemp .It maketemp
Translates the string XXXXX in the first argument with the current process Translates the string XXXXX in the first argument with the current process