diff options
Diffstat (limited to 'usr.bin/rpcinfo')
| -rw-r--r-- | usr.bin/rpcinfo/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rpcinfo/rpcinfo.8 | 2 | ||||
| -rw-r--r-- | usr.bin/rpcinfo/rpcinfo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index 1605846fbea1..4b2f3ee88fa7 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1993/11/10 03:46:45 smace Exp $ +# $Id: Makefile,v 1.1 1994/08/07 18:23:23 wollman Exp $ PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index 09467a7b9951..c363644ae073 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,5 +1,5 @@ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI -.\" $Id: rpcinfo.8,v 1.1 1994/08/07 18:23:24 wollman Exp $ +.\" $Id: rpcinfo.8,v 1.1.8.1 1997/08/07 06:40:10 charnier Exp $ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index bd8945e79df8..ef6b59aa7ff9 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -2,7 +2,7 @@ /*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ /*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ static char rcsid[] = - "$Id: rpcinfo.c,v 1.2.6.2 1997/08/29 05:29:46 imp Exp $"; + "$Id: rpcinfo.c,v 1.2.6.3 1997/09/15 10:19:46 jkh Exp $"; #endif /* |
