diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index f25e7da57d19..42cc407e07fc 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -79,7 +79,7 @@ on subsequent calls. .Fn devname_r takes a buffer and length as argument to avoid this problem. .Sh SEE ALSO -.Xr stat 2 , +.Xr stat 2 .Sh HISTORY The .Fn devname diff --git a/lib/libc/posix1e/mac_get.3 b/lib/libc/posix1e/mac_get.3 index 76a7c90632f3..8cdde63328b9 100644 --- a/lib/libc/posix1e/mac_get.3 +++ b/lib/libc/posix1e/mac_get.3 @@ -110,9 +110,9 @@ is not a directory. .Sh SEE ALSO .Xr mac 3 , .Xr mac_free 3 , -.Xr mac_text 3 , .Xr mac_prepare 3 , .Xr mac_set 3 , +.Xr mac_text 3 , .Xr mac 4 , .Xr mac 9 .Sh STANDARDS diff --git a/lib/libc/sys/ntp_gettime.2 b/lib/libc/sys/ntp_gettime.2 index a9b1f43fcc61..b74c3d9ba9e7 100644 --- a/lib/libc/sys/ntp_gettime.2 +++ b/lib/libc/sys/ntp_gettime.2 @@ -105,10 +105,12 @@ Clock not synchronized. .El .Sh SEE ALSO .Xr ntp_adjtime 2 , -.Xr ntpd 8 , -.Dq Li http://www.bipm.fr/enus/5_Scientific/c_time/time_1.html , -.Dq Li http://www.boulder.nist.gov/timefreq/general/faq.htm , -.Dq Li ftp://time.nist.gov/pub/leap-seconds.list +.Xr ntpd 8 +.Bl -tag -width indent +.It Pa http://www.bipm.fr/enus/5_Scientific/c_time/time_1.html +.It Pa http://www.boulder.nist.gov/timefreq/general/faq.htm +.It Pa ftp://time.nist.gov/pub/leap-seconds.list +.El .Sh AUTHORS This manual page was written by .An Tom Rhodes Aq trhodes@FreeBSD.org . diff --git a/share/man/man4/mac_mls.4 b/share/man/man4/mac_mls.4 index a3f3243b4bf8..9659ebe1c86c 100644 --- a/share/man/man4/mac_mls.4 +++ b/share/man/man4/mac_mls.4 @@ -217,7 +217,7 @@ allow the superuser to bypass MLS protections. .Xr mac_partition 4 , .Xr mac_portacl 4 , .Xr mac_seeotheruids 4 , -.Xr mac_test 4 +.Xr mac_test 4 , .Xr maclabel 7 , .Xr mac 9 .Sh HISTORY diff --git a/share/man/man4/natm.4 b/share/man/man4/natm.4 index 9f4c786fb6fb..19dd59265620 100644 --- a/share/man/man4/natm.4 +++ b/share/man/man4/natm.4 @@ -92,8 +92,8 @@ the services exported. .Xr en 4 , .Xr fatm 4 , .Xr hatm 4 , -.Xr patm 4 , -.Xr natmip 4 +.Xr natmip 4 , +.Xr patm 4 .Sh AUTHORS .An Chuck Cranor of Washington University implemented the NATM protocol layer diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4 index ff698b7e3ed7..9ecc5de151ac 100644 --- a/share/man/man4/puc.4 +++ b/share/man/man4/puc.4 @@ -59,8 +59,8 @@ driver reports errors. It cannot be used if the interrupt is shared. .Sh SEE ALSO +.Xr ppc 4 , .Xr sio 4 -.Xr ppc 4 .Sh HISTORY This driver took the idea from the .Nx diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 544481e85a8f..ec827219904e 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -123,7 +123,7 @@ The file system does not support .Sh SEE ALSO .Xr extattr 9 , .Xr vnode 9 , -.Xr VOP_LISTEXTATTR 9 +.Xr VOP_LISTEXTATTR 9 , .Xr VOP_SETEXTATTR 9 .Sh BUGS By passing in the empty string as the attribute name, some file systems diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9 index 4185968bba45..aa680c5069a4 100644 --- a/share/man/man9/VOP_SETEXTATTR.9 +++ b/share/man/man9/VOP_SETEXTATTR.9 @@ -112,7 +112,7 @@ The file system is read-only. .Sh SEE ALSO .Xr extattr 9 , .Xr vnode 9 , -.Xr VOP_GETEXTATTR 9 +.Xr VOP_GETEXTATTR 9 , .Xr VOP_LISTEXTATTR 9 .Sh AUTHORS This man page was written by