diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/devname.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_get.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/ntp_gettime.2 | 10 |
3 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index f25e7da..42cc407 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 76a7c90..8cdde63 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 a9b1f43..b74c3d9 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 . |