summaryrefslogtreecommitdiff
path: root/usr.bin/renice
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-07-12 20:24:20 +0000
committerNik Clayton <nik@FreeBSD.org>1999-07-12 20:24:20 +0000
commit3be5f1f5ce6c92fb28926e7d02f855c12d534c34 (patch)
tree883740b5389fc8a55ce5e48bed258325fc6e4b62 /usr.bin/renice
parent414a35e60a8f1ce324672b4e15a8a9de5514b23a (diff)
downloadsrc-test-3be5f1f5ce6c92fb28926e7d02f855c12d534c34.tar.gz
src-test-3be5f1f5ce6c92fb28926e7d02f855c12d534c34.zip
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
Notes
Notes: svn path=/head/; revision=48792
Diffstat (limited to 'usr.bin/renice')
-rw-r--r--usr.bin/renice/renice.81
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8
index 42c80d097e74d..abf0e03bb0689 100644
--- a/usr.bin/renice/renice.8
+++ b/usr.bin/renice/renice.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)renice.8 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt RENICE 8