summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorccappuc <ccappuc@openbsd.org>1996-07-06 20:47:44 +0000
committerccappuc <ccappuc@openbsd.org>1996-07-06 20:47:44 +0000
commitd181a123b9ccd017222eb1ab5b66d086d03aba78 (patch)
tree2731ecc8f072c5bb9bc04b078a8e2822c31311b1
parentnot very well tested ether_aton() cleanup (diff)
downloadwireguard-openbsd-d181a123b9ccd017222eb1ab5b66d086d03aba78.tar.xz
wireguard-openbsd-d181a123b9ccd017222eb1ab5b66d086d03aba78.zip
kernel is /bsd
-rw-r--r--usr.bin/ipcs/ipcs.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1
index 6f092aabf3d..e36173cfd75 100644
--- a/usr.bin/ipcs/ipcs.1
+++ b/usr.bin/ipcs/ipcs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipcs.1,v 1.2 1996/06/26 05:34:36 deraadt Exp $
+.\" $OpenBSD: ipcs.1,v 1.3 1996/07/06 20:47:44 ccappuc Exp $
.\" $NetBSD: ipcs.1,v 1.4 1995/04/15 02:31:16 cgd Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert
@@ -100,7 +100,7 @@ or the last operation on a semaphore.
.It Fl C Ar system
Extract the name list from the specified system instead of the
default
-.Dq Pa /netbsd .
+.Dq Pa /bsd .
.It Fl M
Display system information about shared memory.
.It Fl N Ar core
@@ -140,7 +140,7 @@ at all attempt to explain the information printed by
.Bl -tag -width /etc/passwd -compact
.It Pa /dev/kmem
default kernel memory
-.It Pa /netbsd
+.It Pa /bsd
default system name list
.El
.Sh SEE ALSO