diff options
author | nik <nik@FreeBSD.org> | 1999-07-12 21:02:10 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-07-12 21:02:10 +0000 |
commit | 1c58beb04fe1dd7e84191f421d05c254afdcc9be (patch) | |
tree | 8864ce4f72fbc1551af7c1f804b21e1b589566cc /share/man/man5 | |
parent | f7a8bc4c04b17d06349e0d2590c2830dcf98666b (diff) | |
download | FreeBSD-src-1c58beb04fe1dd7e84191f421d05c254afdcc9be.zip FreeBSD-src-1c58beb04fe1dd7e84191f421d05c254afdcc9be.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 'share/man/man5')
-rw-r--r-- | share/man/man5/motd.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man5/motd.5 b/share/man/man5/motd.5 index 09184b3..bcdd6db 100644 --- a/share/man/man5/motd.5 +++ b/share/man/man5/motd.5 @@ -1,6 +1,7 @@ .\" $NetBSD: motd.5,v 1.2 1994/12/28 18:58:53 glass Exp $ .\" .\" This file is in the public domain. +.\" $Id$ .\" .Dd February 13, 1997 .Dt MOTD 5 |