diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
| commit | edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4 (patch) | |
| tree | 78fa3bb3a263f5518e1eaa6bea101b7b19200ce5 /usr.bin | |
| parent | b5cfb15faded88a85755caf4ccdb4876fd99fe44 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ar/ar.5 | 4 | ||||
| -rw-r--r-- | usr.bin/key/key.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/modems.5 | 8 | ||||
| -rw-r--r-- | usr.bin/ul/ul.1 | 7 |
4 files changed, 11 insertions, 10 deletions
diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index 29c8f8c8102d2..37220a81f62dd 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -126,8 +126,8 @@ The fields are the object name (14 characters), the file last modification time (type long), the user and group id's (each type char), the file mode (type int) and the file size (type long). Files were padded to an even number of bytes. -For more information on converting from this format see -.Xr arcv 8 . +.\" For more information on converting from this format see +.\" .Xr arcv 8 . .Pp The current archive format (without support for long character names and names with embedded spaces) was introduced in diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index d9da463712e5d..73992337c4c2e 100644 --- a/usr.bin/key/key.1 +++ b/usr.bin/key/key.1 @@ -41,7 +41,7 @@ The default is one. .SH SEE ALSO .BR skey(1), .BR keyinit(1), -.BR keysu(1), +.\" .BR keysu(1), .BR keyinfo(1) .SH AUTHOR Command by Phil Karn, Neil M. Haller, John S. Walden diff --git a/usr.bin/tip/tip/modems.5 b/usr.bin/tip/tip/modems.5 index f6abba392eb84..f23e7d94eb07f 100644 --- a/usr.bin/tip/tip/modems.5 +++ b/usr.bin/tip/tip/modems.5 @@ -46,7 +46,7 @@ file which is structured somewhat like the .Xr termcap 5 file. Each line in the file provides a description for a single -.Xr modem . +.Em modem . Fields are separated by a colon (``:''). Lines ending in a \e character with an immediately following newline are continued on the next line. @@ -58,16 +58,16 @@ field name followed by an `=' sign indicates a string value follows. A field name followed by a `#' sign indicates a following numeric value. .Pp When -.Xr tip +.Xr tip 1 is invoked, an entry for a remote system is looked up in the .Pa /etc/remote database. If the entry includes an "ACU" type capability (abbreviated at), -.Xr tip +.Xr tip 1 looks up the specified modem in .Pa /etc/modems. If a modem entry is found, the corresponding capabilities determine how -.Xr tip +.Xr tip 1 programs the modem when connecting to and disconnecting from the remote system. .Sh CAPABILITIES diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 701797ae449c7..4ee0ff8398dd8 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -89,15 +89,16 @@ specified in or as set during the login process by the user in their .Pa login file (see -.Xr setenv 1 ) . +.Xr environ 7 ) . .El .Sh SEE ALSO .Xr man 1 , .Xr nroff 1 , .Xr colcrt 1 .Sh BUGS -.Xr Nroff -usually outputs a series of backspaces and underlines intermixed +The +.Xr nroff 1 +command usually outputs a series of backspaces and underlines intermixed with the text to indicate underlining. No attempt is made to optimize the backward motion. .Sh HISTORY |
