diff options
Diffstat (limited to 'usr.bin/showmount')
| -rw-r--r-- | usr.bin/showmount/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/showmount/showmount.8 | 2 | ||||
| -rw-r--r-- | usr.bin/showmount/showmount.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 59199098dda6..444408ca3de3 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/showmount/Makefile,v 1.4 2001/03/27 10:52:12 ru Exp $ PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index fe53d88dc822..8c7ad4d6fd06 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)showmount.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/showmount/showmount.8,v 1.18 2005/01/18 13:43:52 ru Exp $ .\" .Dd March 29, 1995 .Dt SHOWMOUNT 8 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index b9ea200692f4..c4814a2f7001 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/showmount/showmount.c,v 1.16 2005/05/21 09:55:08 ru Exp $"; #endif /* not lint */ #include <sys/types.h> |
