diff options
author | jmg <jmg@FreeBSD.org> | 1997-03-07 03:28:23 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-03-07 03:28:23 +0000 |
commit | bfd1ca354f35071bda0cf8c200e7faf9f771fc03 (patch) | |
tree | d650bda44e4580fbea1a36083e254a72c6ea98cf /share/man/man1 | |
parent | 1bebfc82c716e5122fc4092eefbb1014f8892019 (diff) | |
download | FreeBSD-src-bfd1ca354f35071bda0cf8c200e7faf9f771fc03.zip FreeBSD-src-bfd1ca354f35071bda0cf8c200e7faf9f771fc03.tar.gz |
add missing cvs Id lines.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 1 | ||||
-rw-r--r-- | share/man/man1/cd.1 | 1 | ||||
-rw-r--r-- | share/man/man1/wait.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 558bf2e..65468a0 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id$ MAN1= cd.1 intro.1 wait.1 diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1 index 8f5f5f8..ea0e640 100644 --- a/share/man/man1/cd.1 +++ b/share/man/man1/cd.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cd.1 8.1 (Berkeley) 6/5/93 +.\" $Id$ .\" .Dd June 5, 1993 .Dt CD 1 diff --git a/share/man/man1/wait.1 b/share/man/man1/wait.1 index 09e12a3..e20768a 100644 --- a/share/man/man1/wait.1 +++ b/share/man/man1/wait.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wait.1 8.1 (Berkeley) 6/5/93 +.\" $Id$ .\" .Dd June 5, 1993 .Dt WAIT 1 |