add ANSI contribution notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 Jun 1991 05:45:44 +0000 (21:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 Jun 1991 05:45:44 +0000 (21:45 -0800)
SCCS-vsn: lib/libc/stdlib/abort.3 6.7
SCCS-vsn: lib/libc/stdlib/abs.3 6.4
SCCS-vsn: lib/libc/stdlib/atexit.3 5.3
SCCS-vsn: lib/libc/stdlib/atof.3 6.4
SCCS-vsn: lib/libc/stdlib/atoi.3 5.3
SCCS-vsn: lib/libc/stdlib/atol.3 5.3
SCCS-vsn: lib/libc/stdlib/bsearch.3 5.6
SCCS-vsn: lib/libc/stdlib/calloc.3 5.2
SCCS-vsn: lib/libc/stdio/ferror.3 6.8
SCCS-vsn: lib/libc/gen/clock.3 5.4
SCCS-vsn: lib/libc/stdlib/exit.3 6.6
SCCS-vsn: lib/libc/stdio/fclose.3 6.7
SCCS-vsn: lib/libc/stdio/fflush.3 5.4
SCCS-vsn: lib/libc/stdio/getc.3 6.8
SCCS-vsn: lib/libc/stdio/fseek.3 6.11
SCCS-vsn: lib/libc/stdio/fgets.3 6.9
SCCS-vsn: lib/libc/stdio/fopen.3 6.8
SCCS-vsn: lib/libc/stdio/printf.3 6.13
SCCS-vsn: lib/libc/stdio/putc.3 6.7
SCCS-vsn: lib/libc/stdio/fputs.3 6.6
SCCS-vsn: lib/libc/stdio/fread.3 6.6
SCCS-vsn: lib/libc/stdlib/free.3 5.2
SCCS-vsn: lib/libc/gen/frexp.3 6.5
SCCS-vsn: lib/libc/stdio/scanf.3 6.11
SCCS-vsn: lib/libc/stdlib/getenv.3 6.11
SCCS-vsn: lib/libc/locale/isalnum.3 5.2
SCCS-vsn: lib/libc/locale/isalpha.3 5.2
SCCS-vsn: lib/libc/locale/iscntrl.3 5.2
SCCS-vsn: lib/libc/locale/isdigit.3 5.2
SCCS-vsn: lib/libc/locale/isgraph.3 5.2
SCCS-vsn: lib/libc/locale/islower.3 5.2
SCCS-vsn: lib/libc/locale/isprint.3 5.2
SCCS-vsn: lib/libc/locale/ispunct.3 5.2
SCCS-vsn: lib/libc/locale/isspace.3 5.2
SCCS-vsn: lib/libc/locale/isupper.3 5.2
SCCS-vsn: lib/libc/locale/isxdigit.3 5.2
SCCS-vsn: lib/libc/stdlib/labs.3 5.3
SCCS-vsn: lib/libc/gen/ldexp.3 5.2
SCCS-vsn: lib/libc/stdlib/ldiv.3 5.3
SCCS-vsn: lib/libc/gen/setjmp.3 6.7
SCCS-vsn: lib/libc/stdlib/malloc.3 6.7
SCCS-vsn: lib/libc/string/memchr.3 5.4
SCCS-vsn: lib/libc/string/memcmp.3 5.5
SCCS-vsn: lib/libc/string/memcpy.3 5.5
SCCS-vsn: lib/libc/string/memmove.3 5.5
SCCS-vsn: lib/libc/string/memset.3 5.4
SCCS-vsn: lib/libc/gen/modf.3 5.2
SCCS-vsn: lib/libc/string/strerror.3 6.9
SCCS-vsn: lib/libc/stdlib/qsort.3 6.7
SCCS-vsn: lib/libc/gen/raise.3 5.3
SCCS-vsn: lib/libc/stdlib/rand.3 6.7
SCCS-vsn: lib/libc/stdio/remove.3 5.4
SCCS-vsn: lib/libc/stdio/setbuf.3 6.10
SCCS-vsn: lib/libc/string/strcat.3 5.6
SCCS-vsn: lib/libc/string/strchr.3 5.4
SCCS-vsn: lib/libc/string/strcmp.3 5.6
SCCS-vsn: lib/libc/string/strcoll.3 5.6
SCCS-vsn: lib/libc/string/strcpy.3 5.4
SCCS-vsn: lib/libc/string/strcspn.3 5.3
SCCS-vsn: lib/libc/string/strftime.3 5.12
SCCS-vsn: lib/libc/string/strlen.3 5.4
SCCS-vsn: lib/libc/string/strpbrk.3 5.4
SCCS-vsn: lib/libc/string/strrchr.3 5.3
SCCS-vsn: lib/libc/string/strspn.3 5.3
SCCS-vsn: lib/libc/string/strstr.3 5.3
SCCS-vsn: lib/libc/string/strtok.3 5.8
SCCS-vsn: lib/libc/stdlib/strtod.3 5.3
SCCS-vsn: lib/libc/stdlib/strtol.3 5.3
SCCS-vsn: lib/libc/stdlib/strtoul.3 5.3
SCCS-vsn: lib/libc/string/strxfrm.3 5.4
SCCS-vsn: lib/libc/stdlib/system.3 6.5
SCCS-vsn: lib/libc/gen/time.3 5.4
SCCS-vsn: lib/libc/stdio/tmpnam.3 5.14
SCCS-vsn: lib/libc/locale/tolower.3 5.2
SCCS-vsn: lib/libc/locale/toupper.3 5.2
SCCS-vsn: lib/libc/stdio/ungetc.3 6.6
SCCS-vsn: share/man/man3/stdarg.3 6.8

77 files changed:
usr/src/lib/libc/gen/clock.3
usr/src/lib/libc/gen/frexp.3
usr/src/lib/libc/gen/ldexp.3
usr/src/lib/libc/gen/modf.3
usr/src/lib/libc/gen/raise.3
usr/src/lib/libc/gen/setjmp.3
usr/src/lib/libc/gen/time.3
usr/src/lib/libc/locale/isalnum.3
usr/src/lib/libc/locale/isalpha.3
usr/src/lib/libc/locale/iscntrl.3
usr/src/lib/libc/locale/isdigit.3
usr/src/lib/libc/locale/isgraph.3
usr/src/lib/libc/locale/islower.3
usr/src/lib/libc/locale/isprint.3
usr/src/lib/libc/locale/ispunct.3
usr/src/lib/libc/locale/isspace.3
usr/src/lib/libc/locale/isupper.3
usr/src/lib/libc/locale/isxdigit.3
usr/src/lib/libc/locale/tolower.3
usr/src/lib/libc/locale/toupper.3
usr/src/lib/libc/stdio/fclose.3
usr/src/lib/libc/stdio/ferror.3
usr/src/lib/libc/stdio/fflush.3
usr/src/lib/libc/stdio/fgets.3
usr/src/lib/libc/stdio/fopen.3
usr/src/lib/libc/stdio/fputs.3
usr/src/lib/libc/stdio/fread.3
usr/src/lib/libc/stdio/fseek.3
usr/src/lib/libc/stdio/getc.3
usr/src/lib/libc/stdio/printf.3
usr/src/lib/libc/stdio/putc.3
usr/src/lib/libc/stdio/remove.3
usr/src/lib/libc/stdio/scanf.3
usr/src/lib/libc/stdio/setbuf.3
usr/src/lib/libc/stdio/tmpnam.3
usr/src/lib/libc/stdio/ungetc.3
usr/src/lib/libc/stdlib/abort.3
usr/src/lib/libc/stdlib/abs.3
usr/src/lib/libc/stdlib/atexit.3
usr/src/lib/libc/stdlib/atof.3
usr/src/lib/libc/stdlib/atoi.3
usr/src/lib/libc/stdlib/atol.3
usr/src/lib/libc/stdlib/bsearch.3
usr/src/lib/libc/stdlib/calloc.3
usr/src/lib/libc/stdlib/exit.3
usr/src/lib/libc/stdlib/free.3
usr/src/lib/libc/stdlib/getenv.3
usr/src/lib/libc/stdlib/labs.3
usr/src/lib/libc/stdlib/ldiv.3
usr/src/lib/libc/stdlib/malloc.3
usr/src/lib/libc/stdlib/qsort.3
usr/src/lib/libc/stdlib/rand.3
usr/src/lib/libc/stdlib/strtod.3
usr/src/lib/libc/stdlib/strtol.3
usr/src/lib/libc/stdlib/strtoul.3
usr/src/lib/libc/stdlib/system.3
usr/src/lib/libc/string/memchr.3
usr/src/lib/libc/string/memcmp.3
usr/src/lib/libc/string/memcpy.3
usr/src/lib/libc/string/memmove.3
usr/src/lib/libc/string/memset.3
usr/src/lib/libc/string/strcat.3
usr/src/lib/libc/string/strchr.3
usr/src/lib/libc/string/strcmp.3
usr/src/lib/libc/string/strcoll.3
usr/src/lib/libc/string/strcpy.3
usr/src/lib/libc/string/strcspn.3
usr/src/lib/libc/string/strerror.3
usr/src/lib/libc/string/strftime.3
usr/src/lib/libc/string/strlen.3
usr/src/lib/libc/string/strpbrk.3
usr/src/lib/libc/string/strrchr.3
usr/src/lib/libc/string/strspn.3
usr/src/lib/libc/string/strstr.3
usr/src/lib/libc/string/strtok.3
usr/src/lib/libc/string/strxfrm.3
usr/src/share/man/man3/stdarg.3

index fc5121b..a483c29 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)clock.3    5.3 (Berkeley) %G%
+.\"     @(#)clock.3    5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CLOCK 3
 .\"
 .Dd 
 .Dt CLOCK 3
index 1d43d36..70314dd 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)frexp.3    6.4 (Berkeley) %G%
+.\"     @(#)frexp.3    6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FREXP 3
 .\"
 .Dd 
 .Dt FREXP 3
index 6d43259..a6db6b6 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ldexp.3    5.1 (Berkeley) %G%
+.\"     @(#)ldexp.3    5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LDEXP 3
 .\"
 .Dd 
 .Dt LDEXP 3
index d060acc..0020e93 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)modf.3     5.1 (Berkeley) %G%
+.\"     @(#)modf.3     5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MODF 3
 .\"
 .Dd 
 .Dt MODF 3
index c352805..9510605 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)raise.3    5.2 (Berkeley) %G%
+.\"     @(#)raise.3    5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RAISE 3
 .\"
 .Dd 
 .Dt RAISE 3
index 04cbb87..6d28d53 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)setjmp.3   6.6 (Berkeley) %G%
+.\"     @(#)setjmp.3   6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SETJMP 3
 .\"
 .Dd 
 .Dt SETJMP 3
index a240cf1..4400e25 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)time.3     5.3 (Berkeley) %G%
+.\"     @(#)time.3     5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TIME 3
 .\"
 .Dd 
 .Dt TIME 3
index 89d4e91..c1bc74f 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isalnum.3  5.1 (Berkeley) %G%
+.\"     @(#)isalnum.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISALNUM 3
 .\"
 .Dd 
 .Dt ISALNUM 3
index 3655ee9..4e6f689 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isalpha.3  5.1 (Berkeley) %G%
+.\"     @(#)isalpha.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISALPHA 3
 .\"
 .Dd 
 .Dt ISALPHA 3
index 5739038..db0f6ca 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)iscntrl.3  5.1 (Berkeley) %G%
+.\"     @(#)iscntrl.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISCNTRL 3
 .\"
 .Dd 
 .Dt ISCNTRL 3
index f9b4c20..baa341a 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isdigit.3  5.1 (Berkeley) %G%
+.\"     @(#)isdigit.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISDIGIT 3
 .\"
 .Dd 
 .Dt ISDIGIT 3
index 70cc4e2..2450d23 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isgraph.3  5.1 (Berkeley) %G%
+.\"     @(#)isgraph.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISGRAPH 3
 .\"
 .Dd 
 .Dt ISGRAPH 3
index 032b2e4..10d1e28 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)islower.3  5.1 (Berkeley) %G%
+.\"     @(#)islower.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISLOWER 3
 .\"
 .Dd 
 .Dt ISLOWER 3
index 5c10326..3ab4fe1 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isprint.3  5.1 (Berkeley) %G%
+.\"     @(#)isprint.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISPRINT 3
 .\"
 .Dd 
 .Dt ISPRINT 3
index 6a59011..a74b2b4 100644 (file)
@@ -1,10 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"    @(#)ispunct.3   5.1 (Berkeley) %G%
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ispunct.3  5.1 (Berkeley) %G%
+.\"    @(#)ispunct.3   5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISPUNCT 3
 .\"
 .Dd 
 .Dt ISPUNCT 3
index bcdbf31..27d6378 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isspace.3  5.1 (Berkeley) %G%
+.\"     @(#)isspace.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISSPACE 3
 .\"
 .Dd 
 .Dt ISSPACE 3
index 8a57185..40b6a21 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isupper.3  5.1 (Berkeley) %G%
+.\"     @(#)isupper.3  5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISUPPER 3
 .\"
 .Dd 
 .Dt ISUPPER 3
index 495f4b5..a10856c 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)isxdigit.3 5.1 (Berkeley) %G%
+.\"     @(#)isxdigit.3 5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISXDIGIT 3
 .\"
 .Dd 
 .Dt ISXDIGIT 3
index d67adc7..0854b2f 100644 (file)
@@ -1,10 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"    @(#)tolower.3   5.1 (Berkeley) %G%
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)tolower.3  5.1 (Berkeley) %G%
+.\"    @(#)tolower.3   5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TOLOWER 3
 .\"
 .Dd 
 .Dt TOLOWER 3
index 64d9bb7..fd41295 100644 (file)
@@ -1,10 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"    @(#)toupper.3   5.1 (Berkeley) %G%
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)toupper.3  5.1 (Berkeley) %G%
+.\"    @(#)toupper.3   5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TOUPPER 3
 .\"
 .Dd 
 .Dt TOUPPER 3
index 000ddda..47348e3 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fclose.3   6.6 (Berkeley) %G%
+.\"     @(#)fclose.3   6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FCLOSE 3
 .\"
 .Dd 
 .Dt FCLOSE 3
index d90cfbd..53bb875 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ferror.3   6.7 (Berkeley) %G%
+.\"     @(#)ferror.3   6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FERROR 3
 .\"
 .Dd 
 .Dt FERROR 3
index 3d928b2..44dbf53 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fflush.3   5.3 (Berkeley) %G%
+.\"     @(#)fflush.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FFLUSH 3
 .\"
 .Dd 
 .Dt FFLUSH 3
index b488cc9..726e349 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fgets.3    6.8 (Berkeley) %G%
+.\"     @(#)fgets.3    6.9 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FGETS 3
 .\"
 .Dd 
 .Dt FGETS 3
index c6bc3ba..ba2df85 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fopen.3    6.7 (Berkeley) %G%
+.\"     @(#)fopen.3    6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FOPEN 3
 .\"
 .Dd 
 .Dt FOPEN 3
index 9228a7f..81e2c20 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fputs.3    6.5 (Berkeley) %G%
+.\"     @(#)fputs.3    6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FPUTS 3
 .\"
 .Dd 
 .Dt FPUTS 3
index 56b35a8..da1157f 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fread.3    6.5 (Berkeley) %G%
+.\"     @(#)fread.3    6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FREAD 3
 .\"
 .Dd 
 .Dt FREAD 3
index 040fef7..5e8514c 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fseek.3    6.10 (Berkeley) %G%
+.\"     @(#)fseek.3    6.11 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FSEEK 3
 .\"
 .Dd 
 .Dt FSEEK 3
index 02a8530..0e821db 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)getc.3     6.7 (Berkeley) %G%
+.\"     @(#)getc.3     6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETC 3
 .\"
 .Dd 
 .Dt GETC 3
index b04edee..deae1eb 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)printf.3   6.12 (Berkeley) %G%
+.\"     @(#)printf.3   6.13 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PRINTF 3
 .\"
 .Dd 
 .Dt PRINTF 3
index 9cc89b6..57f95ef 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)putc.3     6.6 (Berkeley) %G%
+.\"     @(#)putc.3     6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PUTC 3
 .\"
 .Dd 
 .Dt PUTC 3
index 4e00d20..0a57856 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)remove.3   5.3 (Berkeley) %G%
+.\"     @(#)remove.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt REMOVE 3
 .\"
 .Dd 
 .Dt REMOVE 3
index 2c1b7e4..0d7c69f 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)scanf.3    6.10 (Berkeley) %G%
+.\"     @(#)scanf.3    6.11 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SCANF 3
 .\"
 .Dd 
 .Dt SCANF 3
index a98bad8..59a0699 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)setbuf.3   6.9 (Berkeley) %G%
+.\"     @(#)setbuf.3   6.10 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SETBUF 3
 .\"
 .Dd 
 .Dt SETBUF 3
index 4d0e02b..4d6915d 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)tmpnam.3   5.13 (Berkeley) %G%
+.\"     @(#)tmpnam.3   5.14 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TMPFILE 3
 .\"
 .Dd 
 .Dt TMPFILE 3
index b2d1320..cf46317 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ungetc.3   6.5 (Berkeley) %G%
+.\"     @(#)ungetc.3   6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt UNGETC 3
 .\"
 .Dd 
 .Dt UNGETC 3
index 18a099d..62f74c4 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)abort.3    6.6 (Berkeley) %G%
+.\"     @(#)abort.3    6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ABORT 3
 .\"
 .Dd 
 .Dt ABORT 3
index b60f5ea..f952c54 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)abs.3      6.3 (Berkeley) %G%
+.\"     @(#)abs.3      6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ABS 3
 .\"
 .Dd 
 .Dt ABS 3
index 4bd2449..147ed17 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)atexit.3   5.2 (Berkeley) %G%
+.\"     @(#)atexit.3   5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ATEXIT 3
 .\"
 .Dd 
 .Dt ATEXIT 3
index daccde3..e3a8852 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)atof.3     6.3 (Berkeley) %G%
+.\"     @(#)atof.3     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ATOF 3
 .\"
 .Dd 
 .Dt ATOF 3
index 7b007a5..a923b97 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)atoi.3     5.2 (Berkeley) %G%
+.\"     @(#)atoi.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ATOI 3
 .\"
 .Dd 
 .Dt ATOI 3
index 9287f08..662a588 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)atol.3     5.2 (Berkeley) %G%
+.\"     @(#)atol.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ATOL 3
 .\"
 .Dd 
 .Dt ATOL 3
index e8819ce..2861928 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)bsearch.3  5.5 (Berkeley) %G%
+.\"     @(#)bsearch.3  5.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt BSEARCH 3
 .\"
 .Dd 
 .Dt BSEARCH 3
index b6107d9..35870b9 100644 (file)
@@ -1,10 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"    @(#)calloc.3    5.1 (Berkeley) %G%
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)calloc.3    5.1 (Berkeley) %G%
+.\"    @(#)calloc.3    5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CALLOC 3
 .\"
 .Dd 
 .Dt CALLOC 3
index 2884d5e..8bf297d 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)exit.3     6.5 (Berkeley) %G%
+.\"     @(#)exit.3     6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt EXIT 3
 .\"
 .Dd 
 .Dt EXIT 3
index bf43a61..3427b7c 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)free.3     5.1 (Berkeley) %G%
+.\"     @(#)free.3     5.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FREE 3
 .\"
 .Dd 
 .Dt FREE 3
index 49c107b..da4fd77 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)getenv.3   6.10 (Berkeley) %G%
+.\"     @(#)getenv.3   6.11 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETENV 3
 .\"
 .Dd 
 .Dt GETENV 3
index a029de9..79707d7 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)labs.3     5.2 (Berkeley) %G%
+.\"     @(#)labs.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LABS 3
 .\"
 .Dd 
 .Dt LABS 3
index d9f499c..d84015e 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ldiv.3     5.2 (Berkeley) %G%
+.\"     @(#)ldiv.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LDIV 3
 .\"
 .Dd 
 .Dt LDIV 3
index 24ea08c..89e074b 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)malloc.3   6.6 (Berkeley) %G%
+.\"     @(#)malloc.3   6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MALLOC 3
 .\"
 .Dd 
 .Dt MALLOC 3
index 07152ae..27481c5 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)qsort.3    6.6 (Berkeley) %G%
+.\"     @(#)qsort.3    6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt QSORT 3
 .\"
 .Dd 
 .Dt QSORT 3
index a461f19..91b5ec0 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)rand.3     6.6 (Berkeley) %G%
+.\"     @(#)rand.3     6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RAND 3
 .\"
 .Dd 
 .Dt RAND 3
index d0dfa03..87b9ba3 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strtod.3   5.2 (Berkeley) %G%
+.\"     @(#)strtod.3   5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRTOD 3
 .\"
 .Dd 
 .Dt STRTOD 3
index 2938e32..3757b12 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strtol.3   5.2 (Berkeley) %G%
+.\"     @(#)strtol.3   5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRTOL 3
 .\"
 .Dd 
 .Dt STRTOL 3
index d51e51f..67fee1f 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strtoul.3  5.2 (Berkeley) %G%
+.\"     @(#)strtoul.3  5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRTOUL 3
 .\"
 .Dd 
 .Dt STRTOUL 3
index 0379a54..cb610bb 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)system.3   6.4 (Berkeley) %G%
+.\"     @(#)system.3   6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SYSTEM 3
 .\"
 .Dd 
 .Dt SYSTEM 3
index 706ec33..a3ef7ac 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memchr.3   5.3 (Berkeley) %G%
+.\"     @(#)memchr.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMCHR 3
 .\"
 .Dd 
 .Dt MEMCHR 3
index 13fb480..27ff2c5 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memcmp.3   5.4 (Berkeley) %G%
+.\"     @(#)memcmp.3   5.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMCMP 3
 .\"
 .Dd 
 .Dt MEMCMP 3
index 6791ec3..9de64d3 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memcpy.3   5.4 (Berkeley) %G%
+.\"     @(#)memcpy.3   5.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMCPY 3
 .\"
 .Dd 
 .Dt MEMCPY 3
index 3516799..8693c26 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memmove.3  5.4 (Berkeley) %G%
+.\"     @(#)memmove.3  5.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMMOVE 3
 .\"
 .Dd 
 .Dt MEMMOVE 3
index 6073f10..b7b5996 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memset.3   5.3 (Berkeley) %G%
+.\"     @(#)memset.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMSET 3
 .\"
 .Dd 
 .Dt MEMSET 3
index 2e220e8..70632e4 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strcat.3   5.5 (Berkeley) %G%
+.\"     @(#)strcat.3   5.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCAT 3
 .\"
 .Dd 
 .Dt STRCAT 3
index 205a0a3..e001738 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strchr.3   5.3 (Berkeley) %G%
+.\"     @(#)strchr.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCHR 3
 .\"
 .Dd 
 .Dt STRCHR 3
index 9f79298..dfe5808 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strcmp.3   5.5 (Berkeley) %G%
+.\"     @(#)strcmp.3   5.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCMP 3
 .\"
 .Dd 
 .Dt STRCMP 3
index 00a0be6..2c3bfb3 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strcoll.3  5.5 (Berkeley) %G%
+.\"     @(#)strcoll.3  5.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCOLL 3
 .\"
 .Dd 
 .Dt STRCOLL 3
index 6a857cc..104c51c 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strcpy.3   5.3 (Berkeley) %G%
+.\"     @(#)strcpy.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCPY 3
 .\"
 .Dd 
 .Dt STRCPY 3
index 59e78de..2d6e83d 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strcspn.3  5.2 (Berkeley) %G%
+.\"     @(#)strcspn.3  5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRCSPN 3
 .\"
 .Dd 
 .Dt STRCSPN 3
index e646a49..51fb6b0 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strerror.3 6.8 (Berkeley) %G%
+.\"     @(#)strerror.3 6.9 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRERROR 3
 .\"
 .Dd 
 .Dt STRERROR 3
index 34b4c91..cdaa3e7 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strftime.3 5.11 (Berkeley) %G%
+.\"     @(#)strftime.3 5.12 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRFTIME 3
 .\"
 .Dd 
 .Dt STRFTIME 3
index 3a233c7..23173eb 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strlen.3   5.3 (Berkeley) %G%
+.\"     @(#)strlen.3   5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRLEN 3
 .\"
 .Dd 
 .Dt STRLEN 3
index 3d4e989..7489608 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strpbrk.3  5.3 (Berkeley) %G%
+.\"     @(#)strpbrk.3  5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRPBRK 3
 .\"
 .Dd 
 .Dt STRPBRK 3
index 1fb729d..dc9e915 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strrchr.3  5.2 (Berkeley) %G%
+.\"     @(#)strrchr.3  5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRRCHR 3
 .\"
 .Dd 
 .Dt STRRCHR 3
index 135864c..4a1cf57 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strspn.3   5.2 (Berkeley) %G%
+.\"     @(#)strspn.3   5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRSPN 3
 .\"
 .Dd 
 .Dt STRSPN 3
index b852128..337979f 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strstr.3   5.2 (Berkeley) %G%
+.\"     @(#)strstr.3   5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRSTR 3
 .\"
 .Dd 
 .Dt STRSTR 3
index aff556c..4acf936 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1988, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strtok.3   5.7 (Berkeley) %G%
+.\"     @(#)strtok.3   5.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRTOK 3
 .\"
 .Dd 
 .Dt STRTOK 3
index fc2c4b0..bb34bf0 100644 (file)
@@ -2,10 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" Chris Torek.
+.\" Chris Torek and the American National Standards Committee X3,
+.\" on Information Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strxfrm.3  5.3 (Berkeley) %G%
+.\"     @(#)strxfrm.3  5.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRXFRM 3
 .\"
 .Dd 
 .Dt STRXFRM 3
index f81a550..beae01c 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the American National Standards Committee X3, on Information
+.\" Processing Systems.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)stdarg.3   6.7 (Berkeley) %G%
+.\"    @(#)stdarg.3    6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STDARG 3
 .\"
 .Dd 
 .Dt STDARG 3