diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /usr.bin/ipcs | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'usr.bin/ipcs')
| -rw-r--r-- | usr.bin/ipcs/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ipcs/ipcs.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ipcs/ipcs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 5e4afcc5c781..64caf396a54f 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:55:14 peter Exp $ PROG= ipcs BINGRP= kmem diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index e4d441c4a3f4..4c8518b32a60 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ipcs.1,v 1.7 1997/07/15 09:55:58 charnier Exp $ +.\" $Id: ipcs.1,v 1.8 1998/03/23 07:43:36 charnier Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 5eee8b1c5027..9dd11be53b50 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ipcs.c,v 1.10 1997/07/15 09:55:59 charnier Exp $"; #endif /* not lint */ #include <err.h> |
