From f7a8bc4c04b17d06349e0d2590c2830dcf98666b Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 12 Jul 1999 20:50:10 +0000 Subject: Add $Id$, to make it simpler for members of the translation teams to track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde --- lib/libc/stdlib/abort.3 | 1 + lib/libc/stdlib/alloca.3 | 1 + lib/libc/stdlib/atexit.3 | 1 + lib/libc/stdlib/atof.3 | 1 + lib/libc/stdlib/atoi.3 | 1 + lib/libc/stdlib/atol.3 | 1 + lib/libc/stdlib/bsearch.3 | 1 + lib/libc/stdlib/div.3 | 1 + lib/libc/stdlib/exit.3 | 1 + lib/libc/stdlib/getenv.3 | 1 + lib/libc/stdlib/getopt.3 | 1 + lib/libc/stdlib/getsubopt.3 | 1 + lib/libc/stdlib/labs.3 | 1 + lib/libc/stdlib/ldiv.3 | 1 + lib/libc/stdlib/qsort.3 | 1 + lib/libc/stdlib/radixsort.3 | 1 + lib/libc/stdlib/rand.3 | 1 + lib/libc/stdlib/random.3 | 1 + lib/libc/stdlib/realpath.3 | 1 + lib/libc/stdlib/strtod.3 | 1 + lib/libc/stdlib/strtol.3 | 1 + lib/libc/stdlib/strtoul.3 | 1 + lib/libc/stdlib/system.3 | 1 + 23 files changed, 23 insertions(+) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index 17717e9..c22f958 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)abort.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ABORT 3 diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index 498348c..266b37c 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)alloca.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ALLOCA 3 diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index d50d57c..8755fbb 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atexit.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ATEXIT 3 diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 85c46ec..1604fea 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atof.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ATOF 3 diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3 index a39779f..9c20bcd 100644 --- a/lib/libc/stdlib/atoi.3 +++ b/lib/libc/stdlib/atoi.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atoi.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ATOI 3 diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index 6b12cc9..4a8ef3a 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atol.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ATOL 3 diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3 index a4e076e..8e6be57 100644 --- a/lib/libc/stdlib/bsearch.3 +++ b/lib/libc/stdlib/bsearch.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bsearch.3 8.3 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt BSEARCH 3 diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index f09e818..37a9784 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)div.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt DIV 3 diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index de91276..837b8c8 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exit.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt EXIT 3 diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index f552d3d..dd6fb35 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getenv.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt GETENV 3 diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 595e3f3..3916557 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getopt.3 8.5 (Berkeley) 4/27/95 +.\" $Id$ .\" .Dd April 27, 1995 .Dt GETOPT 3 diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index 8a0c3e0..c3a56b0 100644 --- a/lib/libc/stdlib/getsubopt.3 +++ b/lib/libc/stdlib/getsubopt.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt GETSUBOPT 3 diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index 2dba8cc..34305b8 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)labs.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt LABS 3 diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index 2b61499..56f2bcb8 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ldiv.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt LDIV 3 diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index aa2609c..69ab459 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)qsort.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt QSORT 3 diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3 index 29a1d9d..292325b 100644 --- a/lib/libc/stdlib/radixsort.3 +++ b/lib/libc/stdlib/radixsort.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)radixsort.3 8.2 (Berkeley) 1/27/94 +.\" $Id$ .\" .Dd January 27, 1994 .Dt RADIXSORT 3 diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 2aadd6c..c7c0a37 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rand.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd May 25, 1999 .Dt RAND 3 diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 58ef724..c57dd84 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)random.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RANDOM 3 diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 1cbbca9..81a3315 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)realpath.3 8.2 (Berkeley) 2/16/94 +.\" $Id$ .\" .Dd February 16, 1994 .Dt REALPATH 3 diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 742157c..db339ac 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strtod.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt STRTOD 3 diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 3d43fb3..abd63a2 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strtol.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt STRTOL 3 diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 5d6b050..56cca67 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strtoul.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt STRTOUL 3 diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index fa7b8d2..3c61277 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)system.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SYSTEM 3 -- cgit v1.1