From 0426c0af88896ae0e7b7809d8729d78595b55e26 Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 23 Dec 1996 23:09:55 +0000 Subject: comma typos --- lib/libc/net/inet.3 | 4 ++-- lib/libc/net/ns.3 | 3 ++- lib/libc/stdlib/calloc.3 | 5 +++-- lib/libc/stdlib/memory.3 | 5 +++-- lib/libc/sys/mincore.2 | 7 ++++--- lib/libc/sys/readlink.2 | 7 ++++--- lib/libc/sys/vfork.2 | 5 +++-- lib/libm/common_source/atan2.3 | 5 +++-- lib/msun/man/atan2.3 | 6 +++--- sbin/dumplfs/dumplfs.8 | 5 +++-- sbin/mount_std/mount_std.8 | 12 ++++++------ usr.bin/login/login.1 | 5 +++-- usr.bin/w/w.1 | 3 ++- usr.sbin/kernbb/kernbb.8 | 3 ++- usr.sbin/pcvt/keycap/man5/keycap.5 | 7 ++----- usr.sbin/quot/quot.8 | 4 ++-- 16 files changed, 47 insertions(+), 39 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 diff --git a/sbin/dumplfs/dumplfs.8 b/sbin/dumplfs/dumplfs.8 index de0c680..445ff7b 100644 --- a/sbin/dumplfs/dumplfs.8 +++ b/sbin/dumplfs/dumplfs.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dumplfs.8 8.1 (Berkeley) 6/18/93 +.\" $Id$ .\" .Dd June 18, 1993 .Dt DUMPLFS 8 @@ -48,10 +49,10 @@ The listing is very long and detailed. This command is useful mostly for finding out certain file system information such as the file system block size. .Sh SEE ALSO -.Xr fs 5 , .Xr disktab 5 , +.Xr fs 5 , .Xr disklabel 8 , -.Xr newlfs 8 , +.Xr newlfs 8 .Sh HISTORY The .Nm dumplfs diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index fcbb48d..9f3ab7a 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -34,7 +34,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: mount_std.8,v 1.3 1996/08/23 00:56:27 mpp Exp $ +.\" $Id: mount_std.8,v 1.4 1996/12/14 22:58:37 mpp Exp $ .\" .Dd May 13, 1996 .Dt MOUNT_STD 8 @@ -142,12 +142,12 @@ loadable module for it was found. .Xr mount 2 , .Xr unmount 2 , .Xr getvfsbyname 3 , -.Xr devfs 5 -.Xr fdesc 5 +.Xr devfs 5 , +.Xr fdesc 5 , .Xr fstab 5 , -.Xr kernfs 5 -.Xr procfs 5 -.Xr mount 8 , +.Xr kernfs 5 , +.Xr procfs 5 , +.Xr mount 8 .Sh CAVEATS None of the ``standard'' filesystems may be NFS-exported. .Sh HISTORY diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 64bb98e..8c7e17b 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)login.1 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt LOGIN 1 @@ -158,8 +159,8 @@ makes login quieter .Xr fbtab 5 , .Xr login.access 5 , .Xr utmp 5 , -.Xr environ 7 -.Xr nologin 8 , +.Xr environ 7 , +.Xr nologin 8 .Sh HISTORY A .Nm login diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 9034ebe..57d9303 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)w.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt W 1 @@ -91,7 +92,7 @@ list of users on the system .Xr who 1 , .Xr finger 1 , .Xr ps 1 , -.Xr uptime 1 , +.Xr uptime 1 .Sh BUGS The notion of the .Dq current process diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index 49d12d1..4fc78d2 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -29,6 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ .\" .Dd May 22, 1995 .Dt KERNBB 8 @@ -58,7 +59,7 @@ the default system the default memory .El .Sh SEE ALSO -.Xr cc 1 , +.Xr cc 1 .Sh AUTHORS The .Nm diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5 index 9afb66a..b397720 100644 --- a/usr.sbin/pcvt/keycap/man5/keycap.5 +++ b/usr.sbin/pcvt/keycap/man5/keycap.5 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.5, 3.00, Last Edit-Date: [Sun Jan 2 13:45:59 1994] +.\" $Id$ .\" .Dd January 3, 1993 .Dt KEYCAP 5 @@ -110,7 +111,7 @@ File containing keyboard mapping descriptions. .El .Sh SEE ALSO .Xr kcon 1 , -.Xr keycap 3 , +.Xr keycap 3 .Sh EXAMPLES The entry .Dq Li l1#60 @@ -127,7 +128,3 @@ binds the control character EOT (0x04) to the key number 100. The entry .Dq Li K100=\e000 binds the control character NUL (0x00) to the key number 100. - - - - diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index 9ad4822..8acf124 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: quot.8,v 1.2 1995/11/03 15:21:02 peter Exp $ +.\" $Id: quot.8,v 1.3 1996/01/30 13:50:19 mpp Exp $ .\" .Dd February 8, 1994 .Dt QUOT 8 @@ -94,7 +94,7 @@ ncheck does not exist in FreeBSD.. :-) .Xr quota 1 , .Xr getmntinfo 3 , .Xr fstab 5 , -.Xr mount 8 , +.Xr mount 8 .Sh HISTORY This implementation of .Nm quot -- cgit v1.1