diff options
author | ben <ben@FreeBSD.org> | 2000-11-15 14:40:14 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-11-15 14:40:14 +0000 |
commit | bd39d53f3470e5c6f0325556a077230347f27302 (patch) | |
tree | 64d5f044b5c6ffb05048781bc9668958c913d68d | |
parent | 05dff2fbdf1b46796150172e8822953564781c4b (diff) | |
download | FreeBSD-src-bd39d53f3470e5c6f0325556a077230347f27302.zip FreeBSD-src-bd39d53f3470e5c6f0325556a077230347f27302.tar.gz |
Remove fullstops from the end of .Xr lines in SEE ALSO section.
-rw-r--r-- | lib/libc/compat-43/gethostid.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/exec.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_cancel.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_error.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_return.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_suspend.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/madvise.2 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/cftime.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.3/cfree.3 | 2 | ||||
-rw-r--r-- | lib/libusb/usb.3 | 2 | ||||
-rw-r--r-- | lib/libusbhid/usb.3 | 2 | ||||
-rw-r--r-- | lib/libusbhid/usbhid.3 | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3 index 0758be0..156b425 100644 --- a/lib/libc/compat-43/gethostid.3 +++ b/lib/libc/compat-43/gethostid.3 @@ -64,7 +64,7 @@ The hostid should be set or retrieved by use of .Sh SEE ALSO .Xr gethostname 3 , .Xr sysctl 3 , -.Xr sysctl 8 . +.Xr sysctl 8 .Sh BUGS 32 bits for the identifier is too small. .Sh HISTORY diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index e035640..1845e82 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -228,7 +228,7 @@ for any of the errors specified for the library function .Xr fork 2 , .Xr ktrace 2 , .Xr ptrace 2 , -.Xr environ 7 . +.Xr environ 7 .Sh COMPATIBILITY Historically, the default path for the .Fn execlp diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2 index a8f1740..21071dc 100644 --- a/lib/libc/sys/aio_cancel.2 +++ b/lib/libc/sys/aio_cancel.2 @@ -76,7 +76,7 @@ All of the requests meeting the criteria have finished. .Xr aio_read 2 , .Xr aio_return 2 , .Xr aio_suspend 2 , -.Xr aio_write 2 . +.Xr aio_write 2 .Sh ERRORS An error return from .Fn aio_cancel diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2 index 4753afd..10ab6c3 100644 --- a/lib/libc/sys/aio_error.2 +++ b/lib/libc/sys/aio_error.2 @@ -78,7 +78,7 @@ does not reference an outstanding asynchronous I/O request. .Xr aio_write 2 , .Xr fsync 2 , .Xr read 2 , -.Xr write 2 . +.Xr write 2 .Sh STANDARDS .Fn aio_error is expected to conform to the diff --git a/lib/libc/sys/aio_return.2 b/lib/libc/sys/aio_return.2 index 40e7a2e..35550ba 100644 --- a/lib/libc/sys/aio_return.2 +++ b/lib/libc/sys/aio_return.2 @@ -71,7 +71,7 @@ to indicate the error condition. .Xr aio_write 2 , .Xr fsync 2 , .Xr read 2 , -.Xr write 2 . +.Xr write 2 .Sh ERRORS The .Fn aio_return diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2 index 8d36c348..333ad82 100644 --- a/lib/libc/sys/aio_suspend.2 +++ b/lib/libc/sys/aio_suspend.2 @@ -72,7 +72,7 @@ to indicate the error, as enumerated below. .Xr aio_error 2 , .Xr aio_read 2 , .Xr aio_suspend 2 , -.Xr aio_write 2 . +.Xr aio_write 2 .Sh ERRORS The .Fn aio_suspend diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index 711bb27..50a4ecb 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -154,7 +154,7 @@ arguments is not valid. .Xr mincore 2 , .Xr mprotect 2 , .Xr msync 2 , -.Xr munmap 2 . +.Xr munmap 2 .Sh HISTORY The .Fn madvise diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index f48a952..17cdbed 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -96,4 +96,4 @@ not counting the trailing null character. .Sh SEE ALSO .Xr localtime 3 , -.Xr strftime 3 . +.Xr strftime 3 diff --git a/lib/libcompat/4.3/cfree.3 b/lib/libcompat/4.3/cfree.3 index c599372..e499908 100644 --- a/lib/libcompat/4.3/cfree.3 +++ b/lib/libcompat/4.3/cfree.3 @@ -45,4 +45,4 @@ The function is a synonym for .Xr free 3 . .Sh SEE ALSO -.Xr free 3 . +.Xr free 3 diff --git a/lib/libusb/usb.3 b/lib/libusb/usb.3 index 6bcf696..c16738b 100644 --- a/lib/libusb/usb.3 +++ b/lib/libusb/usb.3 @@ -204,7 +204,7 @@ specifications can be found at .Dv http://www.usb.org/developers/docs.htm . .Pp .Xr hid 4 , -.Xr usb 4 . +.Xr usb 4 .Sh HISTORY The .Nm diff --git a/lib/libusbhid/usb.3 b/lib/libusbhid/usb.3 index 6bcf696..c16738b 100644 --- a/lib/libusbhid/usb.3 +++ b/lib/libusbhid/usb.3 @@ -204,7 +204,7 @@ specifications can be found at .Dv http://www.usb.org/developers/docs.htm . .Pp .Xr hid 4 , -.Xr usb 4 . +.Xr usb 4 .Sh HISTORY The .Nm diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 6bcf696..c16738b 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -204,7 +204,7 @@ specifications can be found at .Dv http://www.usb.org/developers/docs.htm . .Pp .Xr hid 4 , -.Xr usb 4 . +.Xr usb 4 .Sh HISTORY The .Nm |