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/libcurses | |
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/libcurses')
-rw-r--r-- | lib/libcurses/PSD.doc/intro.1 | 1 | ||||
-rw-r--r-- | lib/libcurses/PSD.doc/intro.2 | 1 | ||||
-rw-r--r-- | lib/libcurses/PSD.doc/intro.3 | 1 | ||||
-rw-r--r-- | lib/libcurses/PSD.doc/intro.4 | 1 | ||||
-rw-r--r-- | lib/libcurses/PSD.doc/intro.5 | 1 | ||||
-rw-r--r-- | lib/libcurses/PSD.doc/intro.6 | 1 | ||||
-rw-r--r-- | lib/libcurses/curses.3 | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/lib/libcurses/PSD.doc/intro.1 b/lib/libcurses/PSD.doc/intro.1 index a86d757..50f89cd 100644 --- a/lib/libcurses/PSD.doc/intro.1 +++ b/lib/libcurses/PSD.doc/intro.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.1 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .bp .sh 1 Overview diff --git a/lib/libcurses/PSD.doc/intro.2 b/lib/libcurses/PSD.doc/intro.2 index d98c0c7..cc1666c 100644 --- a/lib/libcurses/PSD.doc/intro.2 +++ b/lib/libcurses/PSD.doc/intro.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .sh 1 Variables .pp diff --git a/lib/libcurses/PSD.doc/intro.3 b/lib/libcurses/PSD.doc/intro.3 index d0ba9a2..269f0d4 100644 --- a/lib/libcurses/PSD.doc/intro.3 +++ b/lib/libcurses/PSD.doc/intro.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .sh 1 Usage .pp diff --git a/lib/libcurses/PSD.doc/intro.4 b/lib/libcurses/PSD.doc/intro.4 index 9e52982..c46b939 100644 --- a/lib/libcurses/PSD.doc/intro.4 +++ b/lib/libcurses/PSD.doc/intro.4 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.4 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .sh 1 "Cursor Movement Optimizations" .pp diff --git a/lib/libcurses/PSD.doc/intro.5 b/lib/libcurses/PSD.doc/intro.5 index d0f9657..6729790 100644 --- a/lib/libcurses/PSD.doc/intro.5 +++ b/lib/libcurses/PSD.doc/intro.5 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.5 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .sh 1 "Character Output and Scrolling" .pp diff --git a/lib/libcurses/PSD.doc/intro.6 b/lib/libcurses/PSD.doc/intro.6 index 7c4560d..ba31b88 100644 --- a/lib/libcurses/PSD.doc/intro.6 +++ b/lib/libcurses/PSD.doc/intro.6 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.6 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .sh 1 "The Functions" .pp diff --git a/lib/libcurses/curses.3 b/lib/libcurses/curses.3 index 17893b5..31cb764 100644 --- a/lib/libcurses/curses.3 +++ b/lib/libcurses/curses.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)curses.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CURSES 3 |