summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
committerwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
commit89dea7c61d0b964eb64003769ac255ffc3618baa (patch)
treec1d9699eaa2f8d24b20889d9f06566a42766622a /lib
parent8362cc2d1da946f4340bd9feeb325c059eaf599b (diff)
downloadFreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.zip
FreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.tar.gz
add missing comma(s) in .Xr macros
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/abs.37
-rw-r--r--lib/libc/string/strdup.33
-rw-r--r--lib/libc/string/string.33
-rw-r--r--lib/libc/sys/ptrace.28
-rw-r--r--lib/libc/sys/rename.23
-rw-r--r--lib/libc/sys/stat.24
-rw-r--r--lib/libc/sys/unlink.23
-rw-r--r--lib/libc_r/man/pthread_getspecific.34
-rw-r--r--lib/libpthread/man/pthread_getspecific.34
9 files changed, 24 insertions, 15 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index e12f798..fca6490 100644
--- a/lib/libc/stdlib/abs.3
+++ b/lib/libc/stdlib/abs.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)abs.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ABS 3
@@ -60,9 +61,9 @@ returns
the absolute value.
.Sh SEE ALSO
.Xr floor 3 ,
-.Xr labs 3
-.Xr cabs 3
-.Xr hypot 3
+.Xr labs 3 ,
+.Xr cabs 3 ,
+.Xr hypot 3 ,
.Xr math 3
.Sh STANDARDS
The
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index f5370a3..8defa52 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strdup.3 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt STRDUP 3
@@ -55,7 +56,7 @@ argument to the function
.Pp
If insufficient memory is available, NULL is returned.
.Sh SEE ALSO
-.Xr malloc 3
+.Xr malloc 3 ,
.Xr free 3
.Sh HISTORY
The
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index c257d94..d6a072c 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)string.3 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt STRING 3
@@ -129,7 +130,7 @@ for size limitations.
.Xr strcspn 3 ,
.Xr strstr 3 ,
.Xr strtok 3 ,
-.Xr rindex 3
+.Xr rindex 3 ,
.Xr bstring 3
.Sh STANDARDS
The
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 492fef4..49bb163 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $Id: ptrace.2,v 1.3 1996/01/24 20:17:17 nate Exp $
+.\" $Id: ptrace.2,v 1.4 1996/08/29 21:24:15 wosch Exp $
.\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $
.\"
.\" This file is in the public domain.
@@ -277,9 +277,9 @@ on a process in violation of the requirements listed under
above.
.El
.Sh SEE ALSO
-.Xr sigaction 2
-.Xr wait 2
-.Xr execve 2
+.Xr sigaction 2 ,
+.Xr wait 2 ,
+.Xr execve 2 ,
.Xr execv 3
.Sh HISTORY
A
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2
index be47d58..2644d248 100644
--- a/lib/libc/sys/rename.2
+++ b/lib/libc/sys/rename.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rename.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt RENAME 2
@@ -191,7 +192,7 @@ or
is a directory and is not empty.
.El
.Sh SEE ALSO
-.Xr open 2
+.Xr open 2 ,
.Xr symlink 7
.Sh STANDARDS
.Fn Rename
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 15715b9..a663381 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: stat.2,v 1.5 1996/08/29 21:24:17 wosch Exp $
.\"
.Dd April 19, 1994
.Dt STAT 2
@@ -253,7 +253,7 @@ depend on the time stamps being contiguous (in calls to
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr chown 2 ,
-.Xr utimes 2
+.Xr utimes 2 ,
.Xr symlink 7
.Sh BUGS
Applying
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index b0d3b1f..487cd1b 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)unlink.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt UNLINK 2
@@ -105,7 +106,7 @@ points outside the process's allocated address space.
.Sh SEE ALSO
.Xr close 2 ,
.Xr link 2 ,
-.Xr rmdir 2
+.Xr rmdir 2 ,
.Xr symlink 7
.Sh HISTORY
An
diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3
index 7df4de0..b53841e 100644
--- a/lib/libc_r/man/pthread_getspecific.3
+++ b/lib/libc_r/man/pthread_getspecific.3
@@ -28,6 +28,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd April 4, 1996
.Dt PTHREAD_GETSPECIFIC 3
.Os BSD 4
@@ -71,7 +73,7 @@ then the value NULL is returned.
None.
.Sh SEE ALSO
.Xr pthread_key_create 3 ,
-.Xr pthread_key_delete 3
+.Xr pthread_key_delete 3 ,
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_getspecific
diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3
index 7df4de0..b53841e 100644
--- a/lib/libpthread/man/pthread_getspecific.3
+++ b/lib/libpthread/man/pthread_getspecific.3
@@ -28,6 +28,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd April 4, 1996
.Dt PTHREAD_GETSPECIFIC 3
.Os BSD 4
@@ -71,7 +73,7 @@ then the value NULL is returned.
None.
.Sh SEE ALSO
.Xr pthread_key_create 3 ,
-.Xr pthread_key_delete 3
+.Xr pthread_key_delete 3 ,
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_getspecific
OpenPOWER on IntegriCloud