From 043368e672be78259efd2ca6341d9faf8f66eca1 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 29 Jun 1991 21:45:44 -0800 Subject: [PATCH] add ANSI contribution notice 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 --- usr/src/lib/libc/gen/clock.3 | 6 +++++- usr/src/lib/libc/gen/frexp.3 | 6 +++++- usr/src/lib/libc/gen/ldexp.3 | 6 +++++- usr/src/lib/libc/gen/modf.3 | 6 +++++- usr/src/lib/libc/gen/raise.3 | 6 +++++- usr/src/lib/libc/gen/setjmp.3 | 6 +++++- usr/src/lib/libc/gen/time.3 | 6 +++++- usr/src/lib/libc/locale/isalnum.3 | 6 +++++- usr/src/lib/libc/locale/isalpha.3 | 6 +++++- usr/src/lib/libc/locale/iscntrl.3 | 6 +++++- usr/src/lib/libc/locale/isdigit.3 | 6 +++++- usr/src/lib/libc/locale/isgraph.3 | 6 +++++- usr/src/lib/libc/locale/islower.3 | 6 +++++- usr/src/lib/libc/locale/isprint.3 | 6 +++++- usr/src/lib/libc/locale/ispunct.3 | 7 +++++-- usr/src/lib/libc/locale/isspace.3 | 6 +++++- usr/src/lib/libc/locale/isupper.3 | 6 +++++- usr/src/lib/libc/locale/isxdigit.3 | 6 +++++- usr/src/lib/libc/locale/tolower.3 | 7 +++++-- usr/src/lib/libc/locale/toupper.3 | 7 +++++-- usr/src/lib/libc/stdio/fclose.3 | 6 ++++-- usr/src/lib/libc/stdio/ferror.3 | 6 ++++-- usr/src/lib/libc/stdio/fflush.3 | 6 ++++-- usr/src/lib/libc/stdio/fgets.3 | 6 ++++-- usr/src/lib/libc/stdio/fopen.3 | 6 ++++-- usr/src/lib/libc/stdio/fputs.3 | 6 ++++-- usr/src/lib/libc/stdio/fread.3 | 6 ++++-- usr/src/lib/libc/stdio/fseek.3 | 6 ++++-- usr/src/lib/libc/stdio/getc.3 | 6 ++++-- usr/src/lib/libc/stdio/printf.3 | 6 ++++-- usr/src/lib/libc/stdio/putc.3 | 6 ++++-- usr/src/lib/libc/stdio/remove.3 | 6 ++++-- usr/src/lib/libc/stdio/scanf.3 | 6 ++++-- usr/src/lib/libc/stdio/setbuf.3 | 6 +++++- usr/src/lib/libc/stdio/tmpnam.3 | 6 +++++- usr/src/lib/libc/stdio/ungetc.3 | 6 ++++-- usr/src/lib/libc/stdlib/abort.3 | 6 +++++- usr/src/lib/libc/stdlib/abs.3 | 6 +++++- usr/src/lib/libc/stdlib/atexit.3 | 6 ++++-- usr/src/lib/libc/stdlib/atof.3 | 6 +++++- usr/src/lib/libc/stdlib/atoi.3 | 6 +++++- usr/src/lib/libc/stdlib/atol.3 | 6 +++++- usr/src/lib/libc/stdlib/bsearch.3 | 6 +++++- usr/src/lib/libc/stdlib/calloc.3 | 7 +++++-- usr/src/lib/libc/stdlib/exit.3 | 6 +++++- usr/src/lib/libc/stdlib/free.3 | 6 +++++- usr/src/lib/libc/stdlib/getenv.3 | 6 +++++- usr/src/lib/libc/stdlib/labs.3 | 6 +++++- usr/src/lib/libc/stdlib/ldiv.3 | 6 ++++-- usr/src/lib/libc/stdlib/malloc.3 | 6 +++++- usr/src/lib/libc/stdlib/qsort.3 | 6 +++++- usr/src/lib/libc/stdlib/rand.3 | 6 +++++- usr/src/lib/libc/stdlib/strtod.3 | 6 +++++- usr/src/lib/libc/stdlib/strtol.3 | 6 ++++-- usr/src/lib/libc/stdlib/strtoul.3 | 6 ++++-- usr/src/lib/libc/stdlib/system.3 | 6 +++++- usr/src/lib/libc/string/memchr.3 | 6 ++++-- usr/src/lib/libc/string/memcmp.3 | 6 ++++-- usr/src/lib/libc/string/memcpy.3 | 6 ++++-- usr/src/lib/libc/string/memmove.3 | 6 ++++-- usr/src/lib/libc/string/memset.3 | 6 ++++-- usr/src/lib/libc/string/strcat.3 | 6 ++++-- usr/src/lib/libc/string/strchr.3 | 6 ++++-- usr/src/lib/libc/string/strcmp.3 | 6 ++++-- usr/src/lib/libc/string/strcoll.3 | 6 ++++-- usr/src/lib/libc/string/strcpy.3 | 6 ++++-- usr/src/lib/libc/string/strcspn.3 | 6 ++++-- usr/src/lib/libc/string/strerror.3 | 6 +++++- usr/src/lib/libc/string/strftime.3 | 6 +++++- usr/src/lib/libc/string/strlen.3 | 6 ++++-- usr/src/lib/libc/string/strpbrk.3 | 6 ++++-- usr/src/lib/libc/string/strrchr.3 | 6 ++++-- usr/src/lib/libc/string/strspn.3 | 6 ++++-- usr/src/lib/libc/string/strstr.3 | 6 ++++-- usr/src/lib/libc/string/strtok.3 | 6 +++++- usr/src/lib/libc/string/strxfrm.3 | 6 ++++-- usr/src/share/man/man3/stdarg.3 | 6 +++++- 77 files changed, 350 insertions(+), 116 deletions(-) diff --git a/usr/src/lib/libc/gen/clock.3 b/usr/src/lib/libc/gen/clock.3 index fc5121b378..a483c29ab6 100644 --- a/usr/src/lib/libc/gen/clock.3 +++ b/usr/src/lib/libc/gen/clock.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)clock.3 5.3 (Berkeley) %G% +.\" @(#)clock.3 5.4 (Berkeley) %G% .\" .Dd .Dt CLOCK 3 diff --git a/usr/src/lib/libc/gen/frexp.3 b/usr/src/lib/libc/gen/frexp.3 index 1d43d369da..70314dd039 100644 --- a/usr/src/lib/libc/gen/frexp.3 +++ b/usr/src/lib/libc/gen/frexp.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)frexp.3 6.4 (Berkeley) %G% +.\" @(#)frexp.3 6.5 (Berkeley) %G% .\" .Dd .Dt FREXP 3 diff --git a/usr/src/lib/libc/gen/ldexp.3 b/usr/src/lib/libc/gen/ldexp.3 index 6d4325964c..a6db6b6676 100644 --- a/usr/src/lib/libc/gen/ldexp.3 +++ b/usr/src/lib/libc/gen/ldexp.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)ldexp.3 5.1 (Berkeley) %G% +.\" @(#)ldexp.3 5.2 (Berkeley) %G% .\" .Dd .Dt LDEXP 3 diff --git a/usr/src/lib/libc/gen/modf.3 b/usr/src/lib/libc/gen/modf.3 index d060acc1bd..0020e93f62 100644 --- a/usr/src/lib/libc/gen/modf.3 +++ b/usr/src/lib/libc/gen/modf.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)modf.3 5.1 (Berkeley) %G% +.\" @(#)modf.3 5.2 (Berkeley) %G% .\" .Dd .Dt MODF 3 diff --git a/usr/src/lib/libc/gen/raise.3 b/usr/src/lib/libc/gen/raise.3 index c352805dac..9510605693 100644 --- a/usr/src/lib/libc/gen/raise.3 +++ b/usr/src/lib/libc/gen/raise.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)raise.3 5.2 (Berkeley) %G% +.\" @(#)raise.3 5.3 (Berkeley) %G% .\" .Dd .Dt RAISE 3 diff --git a/usr/src/lib/libc/gen/setjmp.3 b/usr/src/lib/libc/gen/setjmp.3 index 04cbb876f8..6d28d53ef7 100644 --- a/usr/src/lib/libc/gen/setjmp.3 +++ b/usr/src/lib/libc/gen/setjmp.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)setjmp.3 6.6 (Berkeley) %G% +.\" @(#)setjmp.3 6.7 (Berkeley) %G% .\" .Dd .Dt SETJMP 3 diff --git a/usr/src/lib/libc/gen/time.3 b/usr/src/lib/libc/gen/time.3 index a240cf1026..4400e25578 100644 --- a/usr/src/lib/libc/gen/time.3 +++ b/usr/src/lib/libc/gen/time.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)time.3 5.3 (Berkeley) %G% +.\" @(#)time.3 5.4 (Berkeley) %G% .\" .Dd .Dt TIME 3 diff --git a/usr/src/lib/libc/locale/isalnum.3 b/usr/src/lib/libc/locale/isalnum.3 index 89d4e91b43..c1bc74f397 100644 --- a/usr/src/lib/libc/locale/isalnum.3 +++ b/usr/src/lib/libc/locale/isalnum.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isalnum.3 5.1 (Berkeley) %G% +.\" @(#)isalnum.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISALNUM 3 diff --git a/usr/src/lib/libc/locale/isalpha.3 b/usr/src/lib/libc/locale/isalpha.3 index 3655ee953f..4e6f68915b 100644 --- a/usr/src/lib/libc/locale/isalpha.3 +++ b/usr/src/lib/libc/locale/isalpha.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isalpha.3 5.1 (Berkeley) %G% +.\" @(#)isalpha.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISALPHA 3 diff --git a/usr/src/lib/libc/locale/iscntrl.3 b/usr/src/lib/libc/locale/iscntrl.3 index 5739038fe8..db0f6caeee 100644 --- a/usr/src/lib/libc/locale/iscntrl.3 +++ b/usr/src/lib/libc/locale/iscntrl.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)iscntrl.3 5.1 (Berkeley) %G% +.\" @(#)iscntrl.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISCNTRL 3 diff --git a/usr/src/lib/libc/locale/isdigit.3 b/usr/src/lib/libc/locale/isdigit.3 index f9b4c20165..baa341aaf5 100644 --- a/usr/src/lib/libc/locale/isdigit.3 +++ b/usr/src/lib/libc/locale/isdigit.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isdigit.3 5.1 (Berkeley) %G% +.\" @(#)isdigit.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISDIGIT 3 diff --git a/usr/src/lib/libc/locale/isgraph.3 b/usr/src/lib/libc/locale/isgraph.3 index 70cc4e2714..2450d23ec8 100644 --- a/usr/src/lib/libc/locale/isgraph.3 +++ b/usr/src/lib/libc/locale/isgraph.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isgraph.3 5.1 (Berkeley) %G% +.\" @(#)isgraph.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISGRAPH 3 diff --git a/usr/src/lib/libc/locale/islower.3 b/usr/src/lib/libc/locale/islower.3 index 032b2e4e3a..10d1e28fdf 100644 --- a/usr/src/lib/libc/locale/islower.3 +++ b/usr/src/lib/libc/locale/islower.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)islower.3 5.1 (Berkeley) %G% +.\" @(#)islower.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISLOWER 3 diff --git a/usr/src/lib/libc/locale/isprint.3 b/usr/src/lib/libc/locale/isprint.3 index 5c10326769..3ab4fe19bd 100644 --- a/usr/src/lib/libc/locale/isprint.3 +++ b/usr/src/lib/libc/locale/isprint.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isprint.3 5.1 (Berkeley) %G% +.\" @(#)isprint.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISPRINT 3 diff --git a/usr/src/lib/libc/locale/ispunct.3 b/usr/src/lib/libc/locale/ispunct.3 index 6a59011513..a74b2b4db7 100644 --- a/usr/src/lib/libc/locale/ispunct.3 +++ b/usr/src/lib/libc/locale/ispunct.3 @@ -1,10 +1,13 @@ .\" 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% .\" -.\" @(#)ispunct.3 5.1 (Berkeley) %G% +.\" @(#)ispunct.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISPUNCT 3 diff --git a/usr/src/lib/libc/locale/isspace.3 b/usr/src/lib/libc/locale/isspace.3 index bcdbf312c6..27d637866d 100644 --- a/usr/src/lib/libc/locale/isspace.3 +++ b/usr/src/lib/libc/locale/isspace.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isspace.3 5.1 (Berkeley) %G% +.\" @(#)isspace.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISSPACE 3 diff --git a/usr/src/lib/libc/locale/isupper.3 b/usr/src/lib/libc/locale/isupper.3 index 8a57185f29..40b6a211e2 100644 --- a/usr/src/lib/libc/locale/isupper.3 +++ b/usr/src/lib/libc/locale/isupper.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isupper.3 5.1 (Berkeley) %G% +.\" @(#)isupper.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISUPPER 3 diff --git a/usr/src/lib/libc/locale/isxdigit.3 b/usr/src/lib/libc/locale/isxdigit.3 index 495f4b5265..a10856c5e2 100644 --- a/usr/src/lib/libc/locale/isxdigit.3 +++ b/usr/src/lib/libc/locale/isxdigit.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)isxdigit.3 5.1 (Berkeley) %G% +.\" @(#)isxdigit.3 5.2 (Berkeley) %G% .\" .Dd .Dt ISXDIGIT 3 diff --git a/usr/src/lib/libc/locale/tolower.3 b/usr/src/lib/libc/locale/tolower.3 index d67adc7412..0854b2f242 100644 --- a/usr/src/lib/libc/locale/tolower.3 +++ b/usr/src/lib/libc/locale/tolower.3 @@ -1,10 +1,13 @@ .\" 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% .\" -.\" @(#)tolower.3 5.1 (Berkeley) %G% +.\" @(#)tolower.3 5.2 (Berkeley) %G% .\" .Dd .Dt TOLOWER 3 diff --git a/usr/src/lib/libc/locale/toupper.3 b/usr/src/lib/libc/locale/toupper.3 index 64d9bb7dc9..fd41295d5d 100644 --- a/usr/src/lib/libc/locale/toupper.3 +++ b/usr/src/lib/libc/locale/toupper.3 @@ -1,10 +1,13 @@ .\" 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% .\" -.\" @(#)toupper.3 5.1 (Berkeley) %G% +.\" @(#)toupper.3 5.2 (Berkeley) %G% .\" .Dd .Dt TOUPPER 3 diff --git a/usr/src/lib/libc/stdio/fclose.3 b/usr/src/lib/libc/stdio/fclose.3 index 000ddda53e..47348e34c4 100644 --- a/usr/src/lib/libc/stdio/fclose.3 +++ b/usr/src/lib/libc/stdio/fclose.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fclose.3 6.6 (Berkeley) %G% +.\" @(#)fclose.3 6.7 (Berkeley) %G% .\" .Dd .Dt FCLOSE 3 diff --git a/usr/src/lib/libc/stdio/ferror.3 b/usr/src/lib/libc/stdio/ferror.3 index d90cfbd0c8..53bb875618 100644 --- a/usr/src/lib/libc/stdio/ferror.3 +++ b/usr/src/lib/libc/stdio/ferror.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)ferror.3 6.7 (Berkeley) %G% +.\" @(#)ferror.3 6.8 (Berkeley) %G% .\" .Dd .Dt FERROR 3 diff --git a/usr/src/lib/libc/stdio/fflush.3 b/usr/src/lib/libc/stdio/fflush.3 index 3d928b2912..44dbf5396c 100644 --- a/usr/src/lib/libc/stdio/fflush.3 +++ b/usr/src/lib/libc/stdio/fflush.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fflush.3 5.3 (Berkeley) %G% +.\" @(#)fflush.3 5.4 (Berkeley) %G% .\" .Dd .Dt FFLUSH 3 diff --git a/usr/src/lib/libc/stdio/fgets.3 b/usr/src/lib/libc/stdio/fgets.3 index b488cc9428..726e349838 100644 --- a/usr/src/lib/libc/stdio/fgets.3 +++ b/usr/src/lib/libc/stdio/fgets.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fgets.3 6.8 (Berkeley) %G% +.\" @(#)fgets.3 6.9 (Berkeley) %G% .\" .Dd .Dt FGETS 3 diff --git a/usr/src/lib/libc/stdio/fopen.3 b/usr/src/lib/libc/stdio/fopen.3 index c6bc3ba5cc..ba2df851b4 100644 --- a/usr/src/lib/libc/stdio/fopen.3 +++ b/usr/src/lib/libc/stdio/fopen.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fopen.3 6.7 (Berkeley) %G% +.\" @(#)fopen.3 6.8 (Berkeley) %G% .\" .Dd .Dt FOPEN 3 diff --git a/usr/src/lib/libc/stdio/fputs.3 b/usr/src/lib/libc/stdio/fputs.3 index 9228a7f1b4..81e2c2012f 100644 --- a/usr/src/lib/libc/stdio/fputs.3 +++ b/usr/src/lib/libc/stdio/fputs.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fputs.3 6.5 (Berkeley) %G% +.\" @(#)fputs.3 6.6 (Berkeley) %G% .\" .Dd .Dt FPUTS 3 diff --git a/usr/src/lib/libc/stdio/fread.3 b/usr/src/lib/libc/stdio/fread.3 index 56b35a88e2..da1157f63f 100644 --- a/usr/src/lib/libc/stdio/fread.3 +++ b/usr/src/lib/libc/stdio/fread.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fread.3 6.5 (Berkeley) %G% +.\" @(#)fread.3 6.6 (Berkeley) %G% .\" .Dd .Dt FREAD 3 diff --git a/usr/src/lib/libc/stdio/fseek.3 b/usr/src/lib/libc/stdio/fseek.3 index 040fef74e4..5e8514c88a 100644 --- a/usr/src/lib/libc/stdio/fseek.3 +++ b/usr/src/lib/libc/stdio/fseek.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)fseek.3 6.10 (Berkeley) %G% +.\" @(#)fseek.3 6.11 (Berkeley) %G% .\" .Dd .Dt FSEEK 3 diff --git a/usr/src/lib/libc/stdio/getc.3 b/usr/src/lib/libc/stdio/getc.3 index 02a85305ce..0e821dbdd2 100644 --- a/usr/src/lib/libc/stdio/getc.3 +++ b/usr/src/lib/libc/stdio/getc.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)getc.3 6.7 (Berkeley) %G% +.\" @(#)getc.3 6.8 (Berkeley) %G% .\" .Dd .Dt GETC 3 diff --git a/usr/src/lib/libc/stdio/printf.3 b/usr/src/lib/libc/stdio/printf.3 index b04edee33f..deae1eb675 100644 --- a/usr/src/lib/libc/stdio/printf.3 +++ b/usr/src/lib/libc/stdio/printf.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)printf.3 6.12 (Berkeley) %G% +.\" @(#)printf.3 6.13 (Berkeley) %G% .\" .Dd .Dt PRINTF 3 diff --git a/usr/src/lib/libc/stdio/putc.3 b/usr/src/lib/libc/stdio/putc.3 index 9cc89b6bd7..57f95ef313 100644 --- a/usr/src/lib/libc/stdio/putc.3 +++ b/usr/src/lib/libc/stdio/putc.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)putc.3 6.6 (Berkeley) %G% +.\" @(#)putc.3 6.7 (Berkeley) %G% .\" .Dd .Dt PUTC 3 diff --git a/usr/src/lib/libc/stdio/remove.3 b/usr/src/lib/libc/stdio/remove.3 index 4e00d20119..0a5785623b 100644 --- a/usr/src/lib/libc/stdio/remove.3 +++ b/usr/src/lib/libc/stdio/remove.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)remove.3 5.3 (Berkeley) %G% +.\" @(#)remove.3 5.4 (Berkeley) %G% .\" .Dd .Dt REMOVE 3 diff --git a/usr/src/lib/libc/stdio/scanf.3 b/usr/src/lib/libc/stdio/scanf.3 index 2c1b7e4144..0d7c69f74d 100644 --- a/usr/src/lib/libc/stdio/scanf.3 +++ b/usr/src/lib/libc/stdio/scanf.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)scanf.3 6.10 (Berkeley) %G% +.\" @(#)scanf.3 6.11 (Berkeley) %G% .\" .Dd .Dt SCANF 3 diff --git a/usr/src/lib/libc/stdio/setbuf.3 b/usr/src/lib/libc/stdio/setbuf.3 index a98bad870c..59a0699e99 100644 --- a/usr/src/lib/libc/stdio/setbuf.3 +++ b/usr/src/lib/libc/stdio/setbuf.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)setbuf.3 6.9 (Berkeley) %G% +.\" @(#)setbuf.3 6.10 (Berkeley) %G% .\" .Dd .Dt SETBUF 3 diff --git a/usr/src/lib/libc/stdio/tmpnam.3 b/usr/src/lib/libc/stdio/tmpnam.3 index 4d0e02bab1..4d6915d2ca 100644 --- a/usr/src/lib/libc/stdio/tmpnam.3 +++ b/usr/src/lib/libc/stdio/tmpnam.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)tmpnam.3 5.13 (Berkeley) %G% +.\" @(#)tmpnam.3 5.14 (Berkeley) %G% .\" .Dd .Dt TMPFILE 3 diff --git a/usr/src/lib/libc/stdio/ungetc.3 b/usr/src/lib/libc/stdio/ungetc.3 index b2d13200f5..cf463172b3 100644 --- a/usr/src/lib/libc/stdio/ungetc.3 +++ b/usr/src/lib/libc/stdio/ungetc.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)ungetc.3 6.5 (Berkeley) %G% +.\" @(#)ungetc.3 6.6 (Berkeley) %G% .\" .Dd .Dt UNGETC 3 diff --git a/usr/src/lib/libc/stdlib/abort.3 b/usr/src/lib/libc/stdlib/abort.3 index 18a099dab6..62f74c467a 100644 --- a/usr/src/lib/libc/stdlib/abort.3 +++ b/usr/src/lib/libc/stdlib/abort.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)abort.3 6.6 (Berkeley) %G% +.\" @(#)abort.3 6.7 (Berkeley) %G% .\" .Dd .Dt ABORT 3 diff --git a/usr/src/lib/libc/stdlib/abs.3 b/usr/src/lib/libc/stdlib/abs.3 index b60f5ea8a8..f952c54065 100644 --- a/usr/src/lib/libc/stdlib/abs.3 +++ b/usr/src/lib/libc/stdlib/abs.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)abs.3 6.3 (Berkeley) %G% +.\" @(#)abs.3 6.4 (Berkeley) %G% .\" .Dd .Dt ABS 3 diff --git a/usr/src/lib/libc/stdlib/atexit.3 b/usr/src/lib/libc/stdlib/atexit.3 index 4bd2449d52..147ed17f9a 100644 --- a/usr/src/lib/libc/stdlib/atexit.3 +++ b/usr/src/lib/libc/stdlib/atexit.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)atexit.3 5.2 (Berkeley) %G% +.\" @(#)atexit.3 5.3 (Berkeley) %G% .\" .Dd .Dt ATEXIT 3 diff --git a/usr/src/lib/libc/stdlib/atof.3 b/usr/src/lib/libc/stdlib/atof.3 index daccde3113..e3a88522e2 100644 --- a/usr/src/lib/libc/stdlib/atof.3 +++ b/usr/src/lib/libc/stdlib/atof.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)atof.3 6.3 (Berkeley) %G% +.\" @(#)atof.3 6.4 (Berkeley) %G% .\" .Dd .Dt ATOF 3 diff --git a/usr/src/lib/libc/stdlib/atoi.3 b/usr/src/lib/libc/stdlib/atoi.3 index 7b007a5dcd..a923b97b07 100644 --- a/usr/src/lib/libc/stdlib/atoi.3 +++ b/usr/src/lib/libc/stdlib/atoi.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)atoi.3 5.2 (Berkeley) %G% +.\" @(#)atoi.3 5.3 (Berkeley) %G% .\" .Dd .Dt ATOI 3 diff --git a/usr/src/lib/libc/stdlib/atol.3 b/usr/src/lib/libc/stdlib/atol.3 index 9287f0893c..662a588e46 100644 --- a/usr/src/lib/libc/stdlib/atol.3 +++ b/usr/src/lib/libc/stdlib/atol.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)atol.3 5.2 (Berkeley) %G% +.\" @(#)atol.3 5.3 (Berkeley) %G% .\" .Dd .Dt ATOL 3 diff --git a/usr/src/lib/libc/stdlib/bsearch.3 b/usr/src/lib/libc/stdlib/bsearch.3 index e8819ce69c..2861928b6a 100644 --- a/usr/src/lib/libc/stdlib/bsearch.3 +++ b/usr/src/lib/libc/stdlib/bsearch.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)bsearch.3 5.5 (Berkeley) %G% +.\" @(#)bsearch.3 5.6 (Berkeley) %G% .\" .Dd .Dt BSEARCH 3 diff --git a/usr/src/lib/libc/stdlib/calloc.3 b/usr/src/lib/libc/stdlib/calloc.3 index b6107d9c9f..35870b9a71 100644 --- a/usr/src/lib/libc/stdlib/calloc.3 +++ b/usr/src/lib/libc/stdlib/calloc.3 @@ -1,10 +1,13 @@ .\" 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% .\" -.\" @(#)calloc.3 5.1 (Berkeley) %G% +.\" @(#)calloc.3 5.2 (Berkeley) %G% .\" .Dd .Dt CALLOC 3 diff --git a/usr/src/lib/libc/stdlib/exit.3 b/usr/src/lib/libc/stdlib/exit.3 index 2884d5ee97..8bf297de65 100644 --- a/usr/src/lib/libc/stdlib/exit.3 +++ b/usr/src/lib/libc/stdlib/exit.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)exit.3 6.5 (Berkeley) %G% +.\" @(#)exit.3 6.6 (Berkeley) %G% .\" .Dd .Dt EXIT 3 diff --git a/usr/src/lib/libc/stdlib/free.3 b/usr/src/lib/libc/stdlib/free.3 index bf43a619e5..3427b7ca96 100644 --- a/usr/src/lib/libc/stdlib/free.3 +++ b/usr/src/lib/libc/stdlib/free.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)free.3 5.1 (Berkeley) %G% +.\" @(#)free.3 5.2 (Berkeley) %G% .\" .Dd .Dt FREE 3 diff --git a/usr/src/lib/libc/stdlib/getenv.3 b/usr/src/lib/libc/stdlib/getenv.3 index 49c107b29a..da4fd77a9d 100644 --- a/usr/src/lib/libc/stdlib/getenv.3 +++ b/usr/src/lib/libc/stdlib/getenv.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)getenv.3 6.10 (Berkeley) %G% +.\" @(#)getenv.3 6.11 (Berkeley) %G% .\" .Dd .Dt GETENV 3 diff --git a/usr/src/lib/libc/stdlib/labs.3 b/usr/src/lib/libc/stdlib/labs.3 index a029de9dcd..79707d719c 100644 --- a/usr/src/lib/libc/stdlib/labs.3 +++ b/usr/src/lib/libc/stdlib/labs.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)labs.3 5.2 (Berkeley) %G% +.\" @(#)labs.3 5.3 (Berkeley) %G% .\" .Dd .Dt LABS 3 diff --git a/usr/src/lib/libc/stdlib/ldiv.3 b/usr/src/lib/libc/stdlib/ldiv.3 index d9f499cfc9..d84015e7ad 100644 --- a/usr/src/lib/libc/stdlib/ldiv.3 +++ b/usr/src/lib/libc/stdlib/ldiv.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)ldiv.3 5.2 (Berkeley) %G% +.\" @(#)ldiv.3 5.3 (Berkeley) %G% .\" .Dd .Dt LDIV 3 diff --git a/usr/src/lib/libc/stdlib/malloc.3 b/usr/src/lib/libc/stdlib/malloc.3 index 24ea08c845..89e074b48f 100644 --- a/usr/src/lib/libc/stdlib/malloc.3 +++ b/usr/src/lib/libc/stdlib/malloc.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)malloc.3 6.6 (Berkeley) %G% +.\" @(#)malloc.3 6.7 (Berkeley) %G% .\" .Dd .Dt MALLOC 3 diff --git a/usr/src/lib/libc/stdlib/qsort.3 b/usr/src/lib/libc/stdlib/qsort.3 index 07152aefb1..27481c539f 100644 --- a/usr/src/lib/libc/stdlib/qsort.3 +++ b/usr/src/lib/libc/stdlib/qsort.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)qsort.3 6.6 (Berkeley) %G% +.\" @(#)qsort.3 6.7 (Berkeley) %G% .\" .Dd .Dt QSORT 3 diff --git a/usr/src/lib/libc/stdlib/rand.3 b/usr/src/lib/libc/stdlib/rand.3 index a461f1991d..91b5ec0954 100644 --- a/usr/src/lib/libc/stdlib/rand.3 +++ b/usr/src/lib/libc/stdlib/rand.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)rand.3 6.6 (Berkeley) %G% +.\" @(#)rand.3 6.7 (Berkeley) %G% .\" .Dd .Dt RAND 3 diff --git a/usr/src/lib/libc/stdlib/strtod.3 b/usr/src/lib/libc/stdlib/strtod.3 index d0dfa03a7f..87b9ba3ec3 100644 --- a/usr/src/lib/libc/stdlib/strtod.3 +++ b/usr/src/lib/libc/stdlib/strtod.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)strtod.3 5.2 (Berkeley) %G% +.\" @(#)strtod.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRTOD 3 diff --git a/usr/src/lib/libc/stdlib/strtol.3 b/usr/src/lib/libc/stdlib/strtol.3 index 2938e32c65..3757b12fc2 100644 --- a/usr/src/lib/libc/stdlib/strtol.3 +++ b/usr/src/lib/libc/stdlib/strtol.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strtol.3 5.2 (Berkeley) %G% +.\" @(#)strtol.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRTOL 3 diff --git a/usr/src/lib/libc/stdlib/strtoul.3 b/usr/src/lib/libc/stdlib/strtoul.3 index d51e51f6ef..67fee1fa7f 100644 --- a/usr/src/lib/libc/stdlib/strtoul.3 +++ b/usr/src/lib/libc/stdlib/strtoul.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strtoul.3 5.2 (Berkeley) %G% +.\" @(#)strtoul.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRTOUL 3 diff --git a/usr/src/lib/libc/stdlib/system.3 b/usr/src/lib/libc/stdlib/system.3 index 0379a5417f..cb610bb07b 100644 --- a/usr/src/lib/libc/stdlib/system.3 +++ b/usr/src/lib/libc/stdlib/system.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)system.3 6.4 (Berkeley) %G% +.\" @(#)system.3 6.5 (Berkeley) %G% .\" .Dd .Dt SYSTEM 3 diff --git a/usr/src/lib/libc/string/memchr.3 b/usr/src/lib/libc/string/memchr.3 index 706ec334f3..a3ef7ac7c3 100644 --- a/usr/src/lib/libc/string/memchr.3 +++ b/usr/src/lib/libc/string/memchr.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)memchr.3 5.3 (Berkeley) %G% +.\" @(#)memchr.3 5.4 (Berkeley) %G% .\" .Dd .Dt MEMCHR 3 diff --git a/usr/src/lib/libc/string/memcmp.3 b/usr/src/lib/libc/string/memcmp.3 index 13fb480867..27ff2c53c0 100644 --- a/usr/src/lib/libc/string/memcmp.3 +++ b/usr/src/lib/libc/string/memcmp.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)memcmp.3 5.4 (Berkeley) %G% +.\" @(#)memcmp.3 5.5 (Berkeley) %G% .\" .Dd .Dt MEMCMP 3 diff --git a/usr/src/lib/libc/string/memcpy.3 b/usr/src/lib/libc/string/memcpy.3 index 6791ec3a17..9de64d35b6 100644 --- a/usr/src/lib/libc/string/memcpy.3 +++ b/usr/src/lib/libc/string/memcpy.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)memcpy.3 5.4 (Berkeley) %G% +.\" @(#)memcpy.3 5.5 (Berkeley) %G% .\" .Dd .Dt MEMCPY 3 diff --git a/usr/src/lib/libc/string/memmove.3 b/usr/src/lib/libc/string/memmove.3 index 3516799040..8693c263ee 100644 --- a/usr/src/lib/libc/string/memmove.3 +++ b/usr/src/lib/libc/string/memmove.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)memmove.3 5.4 (Berkeley) %G% +.\" @(#)memmove.3 5.5 (Berkeley) %G% .\" .Dd .Dt MEMMOVE 3 diff --git a/usr/src/lib/libc/string/memset.3 b/usr/src/lib/libc/string/memset.3 index 6073f1051b..b7b5996c0b 100644 --- a/usr/src/lib/libc/string/memset.3 +++ b/usr/src/lib/libc/string/memset.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)memset.3 5.3 (Berkeley) %G% +.\" @(#)memset.3 5.4 (Berkeley) %G% .\" .Dd .Dt MEMSET 3 diff --git a/usr/src/lib/libc/string/strcat.3 b/usr/src/lib/libc/string/strcat.3 index 2e220e8958..70632e4863 100644 --- a/usr/src/lib/libc/string/strcat.3 +++ b/usr/src/lib/libc/string/strcat.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strcat.3 5.5 (Berkeley) %G% +.\" @(#)strcat.3 5.6 (Berkeley) %G% .\" .Dd .Dt STRCAT 3 diff --git a/usr/src/lib/libc/string/strchr.3 b/usr/src/lib/libc/string/strchr.3 index 205a0a3568..e00173877d 100644 --- a/usr/src/lib/libc/string/strchr.3 +++ b/usr/src/lib/libc/string/strchr.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strchr.3 5.3 (Berkeley) %G% +.\" @(#)strchr.3 5.4 (Berkeley) %G% .\" .Dd .Dt STRCHR 3 diff --git a/usr/src/lib/libc/string/strcmp.3 b/usr/src/lib/libc/string/strcmp.3 index 9f792986b3..dfe5808f5e 100644 --- a/usr/src/lib/libc/string/strcmp.3 +++ b/usr/src/lib/libc/string/strcmp.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strcmp.3 5.5 (Berkeley) %G% +.\" @(#)strcmp.3 5.6 (Berkeley) %G% .\" .Dd .Dt STRCMP 3 diff --git a/usr/src/lib/libc/string/strcoll.3 b/usr/src/lib/libc/string/strcoll.3 index 00a0be6a33..2c3bfb3386 100644 --- a/usr/src/lib/libc/string/strcoll.3 +++ b/usr/src/lib/libc/string/strcoll.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strcoll.3 5.5 (Berkeley) %G% +.\" @(#)strcoll.3 5.6 (Berkeley) %G% .\" .Dd .Dt STRCOLL 3 diff --git a/usr/src/lib/libc/string/strcpy.3 b/usr/src/lib/libc/string/strcpy.3 index 6a857ccaeb..104c51cff7 100644 --- a/usr/src/lib/libc/string/strcpy.3 +++ b/usr/src/lib/libc/string/strcpy.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strcpy.3 5.3 (Berkeley) %G% +.\" @(#)strcpy.3 5.4 (Berkeley) %G% .\" .Dd .Dt STRCPY 3 diff --git a/usr/src/lib/libc/string/strcspn.3 b/usr/src/lib/libc/string/strcspn.3 index 59e78de3e9..2d6e83db42 100644 --- a/usr/src/lib/libc/string/strcspn.3 +++ b/usr/src/lib/libc/string/strcspn.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strcspn.3 5.2 (Berkeley) %G% +.\" @(#)strcspn.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRCSPN 3 diff --git a/usr/src/lib/libc/string/strerror.3 b/usr/src/lib/libc/string/strerror.3 index e646a4959f..51fb6b0943 100644 --- a/usr/src/lib/libc/string/strerror.3 +++ b/usr/src/lib/libc/string/strerror.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)strerror.3 6.8 (Berkeley) %G% +.\" @(#)strerror.3 6.9 (Berkeley) %G% .\" .Dd .Dt STRERROR 3 diff --git a/usr/src/lib/libc/string/strftime.3 b/usr/src/lib/libc/string/strftime.3 index 34b4c913a6..cdaa3e7b68 100644 --- a/usr/src/lib/libc/string/strftime.3 +++ b/usr/src/lib/libc/string/strftime.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)strftime.3 5.11 (Berkeley) %G% +.\" @(#)strftime.3 5.12 (Berkeley) %G% .\" .Dd .Dt STRFTIME 3 diff --git a/usr/src/lib/libc/string/strlen.3 b/usr/src/lib/libc/string/strlen.3 index 3a233c739f..23173eb59e 100644 --- a/usr/src/lib/libc/string/strlen.3 +++ b/usr/src/lib/libc/string/strlen.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strlen.3 5.3 (Berkeley) %G% +.\" @(#)strlen.3 5.4 (Berkeley) %G% .\" .Dd .Dt STRLEN 3 diff --git a/usr/src/lib/libc/string/strpbrk.3 b/usr/src/lib/libc/string/strpbrk.3 index 3d4e989441..7489608566 100644 --- a/usr/src/lib/libc/string/strpbrk.3 +++ b/usr/src/lib/libc/string/strpbrk.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strpbrk.3 5.3 (Berkeley) %G% +.\" @(#)strpbrk.3 5.4 (Berkeley) %G% .\" .Dd .Dt STRPBRK 3 diff --git a/usr/src/lib/libc/string/strrchr.3 b/usr/src/lib/libc/string/strrchr.3 index 1fb729d817..dc9e915df0 100644 --- a/usr/src/lib/libc/string/strrchr.3 +++ b/usr/src/lib/libc/string/strrchr.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strrchr.3 5.2 (Berkeley) %G% +.\" @(#)strrchr.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRRCHR 3 diff --git a/usr/src/lib/libc/string/strspn.3 b/usr/src/lib/libc/string/strspn.3 index 135864c4ef..4a1cf57348 100644 --- a/usr/src/lib/libc/string/strspn.3 +++ b/usr/src/lib/libc/string/strspn.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strspn.3 5.2 (Berkeley) %G% +.\" @(#)strspn.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRSPN 3 diff --git a/usr/src/lib/libc/string/strstr.3 b/usr/src/lib/libc/string/strstr.3 index b852128ebb..337979f21b 100644 --- a/usr/src/lib/libc/string/strstr.3 +++ b/usr/src/lib/libc/string/strstr.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strstr.3 5.2 (Berkeley) %G% +.\" @(#)strstr.3 5.3 (Berkeley) %G% .\" .Dd .Dt STRSTR 3 diff --git a/usr/src/lib/libc/string/strtok.3 b/usr/src/lib/libc/string/strtok.3 index aff556cd31..4acf936797 100644 --- a/usr/src/lib/libc/string/strtok.3 +++ b/usr/src/lib/libc/string/strtok.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)strtok.3 5.7 (Berkeley) %G% +.\" @(#)strtok.3 5.8 (Berkeley) %G% .\" .Dd .Dt STRTOK 3 diff --git a/usr/src/lib/libc/string/strxfrm.3 b/usr/src/lib/libc/string/strxfrm.3 index fc2c4b0ec9..bb34bf0426 100644 --- a/usr/src/lib/libc/string/strxfrm.3 +++ b/usr/src/lib/libc/string/strxfrm.3 @@ -2,10 +2,12 @@ .\" 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% .\" -.\" @(#)strxfrm.3 5.3 (Berkeley) %G% +.\" @(#)strxfrm.3 5.4 (Berkeley) %G% .\" .Dd .Dt STRXFRM 3 diff --git a/usr/src/share/man/man3/stdarg.3 b/usr/src/share/man/man3/stdarg.3 index f81a5508b8..beae01c51c 100644 --- a/usr/src/share/man/man3/stdarg.3 +++ b/usr/src/share/man/man3/stdarg.3 @@ -1,9 +1,13 @@ .\" 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% .\" -.\" @(#)stdarg.3 6.7 (Berkeley) %G% +.\" @(#)stdarg.3 6.8 (Berkeley) %G% .\" .Dd .Dt STDARG 3 -- 2.20.1