summaryrefslogtreecommitdiff
path: root/usr.bin/ipcs/ipcs.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 08:32:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 08:32:20 +0000
commit695cbc763d8d05800522726c886f681aa5f2dab3 (patch)
tree83e3d3ea1b70e08f3feb52c4703c9348cc784aff /usr.bin/ipcs/ipcs.c
parentb2fad66833f7d48ddef6940471f9ad71e6855c76 (diff)
Notes
Diffstat (limited to 'usr.bin/ipcs/ipcs.c')
-rw-r--r--usr.bin/ipcs/ipcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c
index e161ff668b21..974623af5814 100644
--- a/usr.bin/ipcs/ipcs.c
+++ b/usr.bin/ipcs/ipcs.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: ipcs.c,v 1.6.2.1 1997/07/16 06:44:27 charnier Exp $";
+ "$Id: ipcs.c,v 1.6.2.2 1997/08/29 05:29:23 imp Exp $";
#endif /* not lint */
#include <err.h>
@@ -138,7 +138,7 @@ main(argc, argv)
char *core = NULL, *namelist = NULL;
int i;
- while ((i = getopt(argc, argv, "MmQqSsabC:cN:optT")) != -1)
+ while ((i = getopt(argc, argv, "MmQqSsabC:cN:optT")) != -1)
switch (i) {
case 'M':
display = SHMTOTAL;