summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-12-23 23:09:55 +0000
committerwosch <wosch@FreeBSD.org>1996-12-23 23:09:55 +0000
commit0426c0af88896ae0e7b7809d8729d78595b55e26 (patch)
treeec33788a78a02be9ab81ee911d537fd2e291e5f4 /lib
parentdfe5d3d364470874b0343a6ed0e31afd01de04b7 (diff)
downloadFreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.zip
FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.tar.gz
comma typos
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/inet.34
-rw-r--r--lib/libc/net/ns.33
-rw-r--r--lib/libc/stdlib/calloc.35
-rw-r--r--lib/libc/stdlib/memory.35
-rw-r--r--lib/libc/sys/mincore.27
-rw-r--r--lib/libc/sys/readlink.27
-rw-r--r--lib/libc/sys/vfork.25
-rw-r--r--lib/libm/common_source/atan2.35
-rw-r--r--lib/msun/man/atan2.36
9 files changed, 27 insertions, 20 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 0aaee05..a762ab4 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: inet.3,v 1.2 1996/06/17 20:01:05 wollman Exp $
.\"
.Dd June 17, 1996
.Dt INET 3
@@ -185,7 +185,7 @@ for malformed requests.
.Xr gethostbyname 3 ,
.Xr getnetent 3 ,
.Xr hosts 5 ,
-.Xr networks 5 ,
+.Xr networks 5
.Sh HISTORY
These
functions appeared in
diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3
index 8646826..e621ad2 100644
--- a/lib/libc/net/ns.3
+++ b/lib/libc/net/ns.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ns.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt NS 3
@@ -112,7 +113,7 @@ None. (See
.Sx BUGS . )
.Sh SEE ALSO
.Xr hosts 5 ,
-.Xr networks 5 ,
+.Xr networks 5
.Sh HISTORY
The
.Fn ns_addr
diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3
index 0ca15e5..6c79272 100644
--- a/lib/libc/stdlib/calloc.3
+++ b/lib/libc/stdlib/calloc.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)calloc.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt CALLOC 3
@@ -60,9 +61,9 @@ function returns
a pointer to the
the allocated space if successful; otherwise a null pointer is returned.
.Sh SEE ALSO
-.Xr malloc 3 ,
-.Xr realloc 3 ,
.Xr free 3 ,
+.Xr malloc 3 ,
+.Xr realloc 3
.Sh STANDARDS
The
.Fn calloc
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3
index 9bc600b..0a1fed4 100644
--- a/lib/libc/stdlib/memory.3
+++ b/lib/libc/stdlib/memory.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memory.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt MEMORY 3
@@ -58,11 +59,11 @@ These functions allocate and free memory for the calling process.
They are described in the
individual manual pages.
.Sh SEE ALSO
+.Xr alloca 3 ,
.Xr calloc 3 ,
.Xr free 3 ,
.Xr malloc 3 ,
-.Xr realloc 3 ,
-.Xr alloca 3 ,
+.Xr realloc 3
.Sh STANDARDS
These functions, with the exception of
.Fn alloca
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2
index 3341175..8debfa6 100644
--- a/lib/libc/sys/mincore.2
+++ b/lib/libc/sys/mincore.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mincore.2 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt MINCORE 2
@@ -53,10 +54,10 @@ in the character array
with a value of 1 meaning
that the page is in-core.
.Sh SEE ALSO
-.Xr msync 2 ,
-.Xr munmap 2 ,
-.Xr mprotect 2 ,
.Xr madvise 2 ,
+.Xr mprotect 2 ,
+.Xr msync 2 ,
+.Xr munmap 2
.Sh HISTORY
The
.Fn mincore
diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2
index da96ac1..fa25636 100644
--- a/lib/libc/sys/readlink.2
+++ b/lib/libc/sys/readlink.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)readlink.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt READLINK 2
@@ -86,10 +87,10 @@ An I/O error occurred while reading from the file system.
extends outside the process's allocated address space.
.El
.Sh SEE ALSO
-.Xr stat 2 ,
.Xr lstat 2 ,
-.Xr symlink 2
-.Xr symlink 7 ,
+.Xr stat 2 ,
+.Xr symlink 2 ,
+.Xr symlink 7
.Sh HISTORY
The
.Fn readlink
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index ad726bf..4c1ed93 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt VFORK 2
@@ -89,10 +90,10 @@ it is wrong to call
.Xr exit 3
since buffered data would then be flushed twice.)
.Sh SEE ALSO
-.Xr fork 2 ,
.Xr execve 2 ,
+.Xr fork 2 ,
.Xr sigvec 2 ,
-.Xr wait 2 ,
+.Xr wait 2
.Sh DIAGNOSTICS
Same as for
.Xr fork 2 .
diff --git a/lib/libm/common_source/atan2.3 b/lib/libm/common_source/atan2.3
index a5eb7ac..3323e01 100644
--- a/lib/libm/common_source/atan2.3
+++ b/lib/libm/common_source/atan2.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)atan2.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ATAN2 3
@@ -176,11 +177,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
.Xr atan 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
+.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
-.Xr tanh 3 ,
-.Xr math 3 ,
+.Xr tanh 3
.Sh STANDARDS
The
.Fn atan2
diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3
index 72c3588..3dc53e7 100644
--- a/lib/msun/man/atan2.3
+++ b/lib/msun/man/atan2.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan2.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
+.\" $Id: atan2.3,v 1.2 1995/03/01 05:05:34 jkh Exp $
.\"
.Dd May 2, 1991
.Dt ATAN2 3
@@ -184,11 +184,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
.Xr atan 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
+.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
-.Xr tanh 3 ,
-.Xr math 3 ,
+.Xr tanh 3
.Sh STANDARDS
The
.Fn atan2
OpenPOWER on IntegriCloud