diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
| commit | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch) | |
| tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/mkdir | |
| parent | 64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff) | |
Notes
Diffstat (limited to 'bin/mkdir')
| -rw-r--r-- | bin/mkdir/Makefile | 2 | ||||
| -rw-r--r-- | bin/mkdir/mkdir.1 | 2 | ||||
| -rw-r--r-- | bin/mkdir/mkdir.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index 84ec23012343..03ca565911e9 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= mkdir diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 3ac0c44b0d72..2735a3de3ea6 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 25, 1994 .Dt MKDIR 1 diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index 63fcfc22035c..7857a0db1c84 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint |
