summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-08 04:18:31 +0000
committermpp <mpp@FreeBSD.org>1996-04-08 04:18:31 +0000
commit3c57dc77537bfff8a25b061e147f5a1194613a28 (patch)
tree78fa3bb3a263f5518e1eaa6bea101b7b19200ce5 /lib/libc
parentcdc4afc0a8a13743387100d7e5e163b1dcd87323 (diff)
downloadFreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.zip
FreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.tar.gz
Correct some man page xrefs, and some other minor changes to bring some
man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/glob.34
-rw-r--r--lib/libc/gen/nlist.34
-rw-r--r--lib/libc/net/linkaddr.32
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 65c5674..4e3625b 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -223,8 +223,8 @@ strings like
.Xr csh 1 .
The pattern
.Ql {}
-is left unexpanded for historical reasons
-.Xr (Csh 1
+is left unexpanded for historical reasons (and
+.Xr csh 1
does the same thing to
ease typing
of
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index 11c9ee4..981a4c8 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -46,8 +46,8 @@ The
.Fn nlist
function
retrieves name list entries from the symbol table of an
-executable file. (See
-.Xr a.out 5 . )
+executable file (see
+.Xr a.out 5 ) .
The argument
.Fa \&nl
is set to reference the
diff --git a/lib/libc/net/linkaddr.3 b/lib/libc/net/linkaddr.3
index 52e3324..82a6297 100644
--- a/lib/libc/net/linkaddr.3
+++ b/lib/libc/net/linkaddr.3
@@ -101,7 +101,7 @@ has no return value.
(See
.Sx BUGS . )
.Sh SEE ALSO
-.Xr iso 4 ,
+.Xr iso 4
.Sh HISTORY
The
.Fn link_addr
OpenPOWER on IntegriCloud