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/libtacplus | |
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/libtacplus')
-rw-r--r-- | lib/libtacplus/libtacplus.3 | 2 | ||||
-rw-r--r-- | lib/libtacplus/tacplus.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtacplus/libtacplus.3 b/lib/libtacplus/libtacplus.3 index bfbfa35..2cff21b 100644 --- a/lib/libtacplus/libtacplus.3 +++ b/lib/libtacplus/libtacplus.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 2, 1998 .Dt LIBTACPLUS 3 diff --git a/lib/libtacplus/tacplus.conf.5 b/lib/libtacplus/tacplus.conf.5 index a61da84..0939450 100644 --- a/lib/libtacplus/tacplus.conf.5 +++ b/lib/libtacplus/tacplus.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 29, 1998 .Dt TACPLUS.CONF 5 |