aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/showmount
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/showmount
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50477
Diffstat (limited to 'usr.bin/showmount')
-rw-r--r--usr.bin/showmount/showmount.82
-rw-r--r--usr.bin/showmount/showmount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8
index 386efa0aab57..c2aae0484399 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
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd March 29, 1995
.Dt SHOWMOUNT 8
diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c
index 08d7d5023f2b..ecc528d8e6ec 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[] =
- "$Id: showmount.c,v 1.6 1997/08/11 07:27:27 charnier Exp $";
+ "$FreeBSD$";
#endif not lint
#include <sys/types.h>