aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2000-11-15 14:40:14 +0000
committerBen Smithurst <ben@FreeBSD.org>2000-11-15 14:40:14 +0000
commitcb17760de7332a4297d711444ae2c1e1693bb233 (patch)
tree8417494177c63f4431ae6343c1a218cfa8080805 /lib/libc/sys
parent08a15190ad70a71680b17bfbe4f4ff1ef29cb62e (diff)
downloadsrc-cb17760de7332a4297d711444ae2c1e1693bb233.tar.gz
src-cb17760de7332a4297d711444ae2c1e1693bb233.zip
Remove fullstops from the end of .Xr lines in SEE ALSO section.
Notes
Notes: svn path=/head/; revision=68751
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/aio_cancel.22
-rw-r--r--lib/libc/sys/aio_error.22
-rw-r--r--lib/libc/sys/aio_return.22
-rw-r--r--lib/libc/sys/aio_suspend.22
-rw-r--r--lib/libc/sys/madvise.22
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2
index a8f17404dedf..21071dc68778 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 4753afd3c106..10ab6c342749 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 40e7a2e101fa..35550ba012b1 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 8d36c34879a6..333ad82e861b 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 711bb27134c6..50a4ecb06152 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