diff options
author | nik <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
commit | f7a8bc4c04b17d06349e0d2590c2830dcf98666b (patch) | |
tree | 17d246a91783afd5e03f30eb96c079049bb6b0a2 /lib/libcompat | |
parent | 9487ea6721a6dad37ea26f52ce635ee445339772 (diff) | |
download | FreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.zip FreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.tar.gz |
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
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/ftime.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.1/getpw.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.1/stty.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.1/vlimit.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.1/vtimes.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/insque.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/lsearch.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/re_comp.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/rexec.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index 097eaa6..4d0c53c 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftime.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt FTIME 3 diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3 index b64e588..df55790 100644 --- a/lib/libcompat/4.1/getpw.3 +++ b/lib/libcompat/4.1/getpw.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpw.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETPW 3 diff --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3 index 32bb114..2209386 100644 --- a/lib/libcompat/4.1/stty.3 +++ b/lib/libcompat/4.1/stty.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt STTY 3 diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3 index 4736800..eb363f7 100644 --- a/lib/libcompat/4.1/vlimit.3 +++ b/lib/libcompat/4.1/vlimit.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vlimit.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt VLIMIT 3 diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3 index 6eeee64..0fb0290 100644 --- a/lib/libcompat/4.1/vtimes.3 +++ b/lib/libcompat/4.1/vtimes.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vtimes.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt VTIMES 3 diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3 index 2c6ea06..734cb17 100644 --- a/lib/libcompat/4.3/insque.3 +++ b/lib/libcompat/4.3/insque.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)insque.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt INSQUE 3 diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3 index ac0e6d5..c9f8ce0 100644 --- a/lib/libcompat/4.3/lsearch.3 +++ b/lib/libcompat/4.3/lsearch.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt LSEARCH 3 diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index 1c6a91d..852fa7f 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)re_comp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RE_COMP 3 diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 57c1002..bf3ea7d 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rexec.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt REXEC 3 diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index f99202e..aea8890 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)regexp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt REGEXP 3 |