mdoc(7): Fix common mistakes made in the SEE ALSO section.
This commit is contained in:
parent
09c06ee91f
commit
a1de21c12e
@ -79,7 +79,7 @@ on subsequent calls.
|
|||||||
.Fn devname_r
|
.Fn devname_r
|
||||||
takes a buffer and length as argument to avoid this problem.
|
takes a buffer and length as argument to avoid this problem.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr stat 2 ,
|
.Xr stat 2
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Fn devname
|
.Fn devname
|
||||||
|
@ -110,9 +110,9 @@ is not a directory.
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mac 3 ,
|
.Xr mac 3 ,
|
||||||
.Xr mac_free 3 ,
|
.Xr mac_free 3 ,
|
||||||
.Xr mac_text 3 ,
|
|
||||||
.Xr mac_prepare 3 ,
|
.Xr mac_prepare 3 ,
|
||||||
.Xr mac_set 3 ,
|
.Xr mac_set 3 ,
|
||||||
|
.Xr mac_text 3 ,
|
||||||
.Xr mac 4 ,
|
.Xr mac 4 ,
|
||||||
.Xr mac 9
|
.Xr mac 9
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
|
@ -105,10 +105,12 @@ Clock not synchronized.
|
|||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ntp_adjtime 2 ,
|
.Xr ntp_adjtime 2 ,
|
||||||
.Xr ntpd 8 ,
|
.Xr ntpd 8
|
||||||
.Dq Li http://www.bipm.fr/enus/5_Scientific/c_time/time_1.html ,
|
.Bl -tag -width indent
|
||||||
.Dq Li http://www.boulder.nist.gov/timefreq/general/faq.htm ,
|
.It Pa http://www.bipm.fr/enus/5_Scientific/c_time/time_1.html
|
||||||
.Dq Li ftp://time.nist.gov/pub/leap-seconds.list
|
.It Pa http://www.boulder.nist.gov/timefreq/general/faq.htm
|
||||||
|
.It Pa ftp://time.nist.gov/pub/leap-seconds.list
|
||||||
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This manual page was written by
|
This manual page was written by
|
||||||
.An Tom Rhodes Aq trhodes@FreeBSD.org .
|
.An Tom Rhodes Aq trhodes@FreeBSD.org .
|
||||||
|
@ -217,7 +217,7 @@ allow the superuser to bypass MLS protections.
|
|||||||
.Xr mac_partition 4 ,
|
.Xr mac_partition 4 ,
|
||||||
.Xr mac_portacl 4 ,
|
.Xr mac_portacl 4 ,
|
||||||
.Xr mac_seeotheruids 4 ,
|
.Xr mac_seeotheruids 4 ,
|
||||||
.Xr mac_test 4
|
.Xr mac_test 4 ,
|
||||||
.Xr maclabel 7 ,
|
.Xr maclabel 7 ,
|
||||||
.Xr mac 9
|
.Xr mac 9
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
@ -92,8 +92,8 @@ the services exported.
|
|||||||
.Xr en 4 ,
|
.Xr en 4 ,
|
||||||
.Xr fatm 4 ,
|
.Xr fatm 4 ,
|
||||||
.Xr hatm 4 ,
|
.Xr hatm 4 ,
|
||||||
.Xr patm 4 ,
|
.Xr natmip 4 ,
|
||||||
.Xr natmip 4
|
.Xr patm 4
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Chuck Cranor
|
.An Chuck Cranor
|
||||||
of Washington University implemented the NATM protocol layer
|
of Washington University implemented the NATM protocol layer
|
||||||
|
@ -59,8 +59,8 @@ driver reports
|
|||||||
errors.
|
errors.
|
||||||
It cannot be used if the interrupt is shared.
|
It cannot be used if the interrupt is shared.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
.Xr ppc 4 ,
|
||||||
.Xr sio 4
|
.Xr sio 4
|
||||||
.Xr ppc 4
|
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
This driver took the idea from the
|
This driver took the idea from the
|
||||||
.Nx
|
.Nx
|
||||||
|
@ -123,7 +123,7 @@ The file system does not support
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr extattr 9 ,
|
.Xr extattr 9 ,
|
||||||
.Xr vnode 9 ,
|
.Xr vnode 9 ,
|
||||||
.Xr VOP_LISTEXTATTR 9
|
.Xr VOP_LISTEXTATTR 9 ,
|
||||||
.Xr VOP_SETEXTATTR 9
|
.Xr VOP_SETEXTATTR 9
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
By passing in the empty string as the attribute name, some file systems
|
By passing in the empty string as the attribute name, some file systems
|
||||||
|
@ -112,7 +112,7 @@ The file system is read-only.
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr extattr 9 ,
|
.Xr extattr 9 ,
|
||||||
.Xr vnode 9 ,
|
.Xr vnode 9 ,
|
||||||
.Xr VOP_GETEXTATTR 9
|
.Xr VOP_GETEXTATTR 9 ,
|
||||||
.Xr VOP_LISTEXTATTR 9
|
.Xr VOP_LISTEXTATTR 9
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
This man page was written by
|
This man page was written by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user