diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 1 | ||||
-rw-r--r-- | usr.bin/file/file.1 | 1 | ||||
-rw-r--r-- | usr.bin/gencat/gencat.1 | 5 | ||||
-rw-r--r-- | usr.bin/keyinfo/keyinfo.1 | 1 | ||||
-rw-r--r-- | usr.bin/killall/killall.1 | 1 | ||||
-rw-r--r-- | usr.bin/objformat/objformat.1 | 1 | ||||
-rw-r--r-- | usr.bin/uac/uac.1 | 1 |
7 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index a3da6bde22e9..2158decd7468 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -211,6 +211,7 @@ command appeared in This implementation first appeared in .Fx 4.1 . .Sh AUTHORS +.An -nosplit The original implementation of .Nm was done by diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index a2397cd9ecc8..189b25c9b832 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -232,6 +232,7 @@ found several inadequacies and provided some magic file entries. The program has undergone continued evolution since. .Sh AUTHORS +.An -nosplit Written by .An Ian F. Darwin Aq ian@sq.com , UUCP address {utzoo | ihnp4}!darwin!ian, diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index b7936c6ef128..403267f5d788 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -59,7 +59,7 @@ the fields of a message text source line are separated by a single space character: any other space characters are considered to be part of the field contents. .Pp -.Bl -tag -width +.Bl -tag -width 3n .It Li $set Ar n comment This line specifies the set identifier of the following messages until the next @@ -127,7 +127,7 @@ Text strings can contain the following special characters and escape sequences. In addition, if a quote character is defined, it may be escaped as well to embed a literal quote character. .Pp -.Bl -tag -width Ds -offset indent +.Bl -tag -width "\eooo" -offset indent -compact .It Li \en line feed .It Li \et @@ -169,6 +169,7 @@ utility is compliant with the .St -xpg4 standard. .Sh AUTHORS +.An -nosplit This manual page by .An Ken Stailey updated and revised by diff --git a/usr.bin/keyinfo/keyinfo.1 b/usr.bin/keyinfo/keyinfo.1 index db0d40109750..de001b223178 100644 --- a/usr.bin/keyinfo/keyinfo.1 +++ b/usr.bin/keyinfo/keyinfo.1 @@ -50,6 +50,7 @@ else with status 1. .Xr key 1 , .Xr keyinit 1 .Sh AUTHORS +.An -nosplit Original command by .An Phil Karn , .An Neil M. Haller diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 56f1e4f5ec87..91a1bccc1d68 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -136,6 +136,7 @@ It has been modeled after the .Nm command as available on other platforms. .Sh AUTHORS +.An -nosplit The .Nm program was originally written in Perl and was contributed by diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index 027b12e51fbb..74b67fc93645 100644 --- a/usr.bin/objformat/objformat.1 +++ b/usr.bin/objformat/objformat.1 @@ -86,6 +86,7 @@ The command appeared in .Fx 3.0 . .Sh AUTHORS +.An -nosplit .Nm was written by .An Peter Wemm Aq peter@netplex.com.au . diff --git a/usr.bin/uac/uac.1 b/usr.bin/uac/uac.1 index cc740666b7d2..f06651c17b50 100644 --- a/usr.bin/uac/uac.1 +++ b/usr.bin/uac/uac.1 @@ -94,6 +94,7 @@ command syntax is incompatible with the DEC OSF/1 syntax. first appeared in DEC OSF/1. .Pp .Sh AUTHORS +.An -nosplit The .Fx version of |