diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-12 21:54:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-12 21:54:11 +0000 |
| commit | a1de21c12e1cbebace89c9150bf41857ad1f48b0 (patch) | |
| tree | 4dd9eca6191ca29a7b9dd6a6960c5dee6c601dae /lib/libc | |
| parent | 09c06ee91f07b09ee20de0821dec56cd3e9a93bf (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 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 . |
