summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-11-15 03:13:23 +0000
committerkris <kris@FreeBSD.org>1999-11-15 03:13:23 +0000
commit3853bec4b5142d2fa866bc6eb711e9a522ca6c22 (patch)
tree62224aa6cccb347cdc09366fd73648b61c178285
parent75c9820d226762d8d595b3f507762a91fd829840 (diff)
downloadFreeBSD-src-3853bec4b5142d2fa866bc6eb711e9a522ca6c22.zip
FreeBSD-src-3853bec4b5142d2fa866bc6eb711e9a522ca6c22.tar.gz
Typo
Obtained from: OpenBSD
-rw-r--r--lib/libc/stdlib/getopt.32
-rw-r--r--sbin/mount_cd9660/mount_cd9660.82
-rw-r--r--usr.bin/m4/m4.12
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index d6cb079..51f7ffb 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -199,7 +199,7 @@ argv += optind;
.Sh HISTORY
The
.Fn getopt
-function appeared
+function appeared in
.Bx 4.3 .
.Sh BUGS
The
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index 387c687..7e409fa 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -133,5 +133,5 @@ There is no ECMA support.
.Sh HISTORY
The
.Nm
-utility first appeared
+utility first appeared in
.Bx 4.4 .
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 3e5551f..681befc 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -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
OpenPOWER on IntegriCloud