summaryrefslogtreecommitdiff
path: root/usr.sbin/trsp
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-09 00:56:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-09 00:56:25 +0000
commite5569e540dbf2a51361060daf6d062ea8297e0c9 (patch)
treea3774081adbb2a33d2e951ad0a4a4718a47a2ba6 /usr.sbin/trsp
parent56962a3d4ba66fa013e7aa92934a60df9f1105d5 (diff)
Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
Diffstat (limited to 'usr.sbin/trsp')
-rw-r--r--usr.sbin/trsp/trsp.815
1 files changed, 3 insertions, 12 deletions
diff --git a/usr.sbin/trsp/trsp.8 b/usr.sbin/trsp/trsp.8
index 4cf1a0d204b..9cd3fd95a44 100644
--- a/usr.sbin/trsp/trsp.8
+++ b/usr.sbin/trsp/trsp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: trsp.8,v 1.10 2000/03/19 17:57:17 aaron Exp $
+.\" $OpenBSD: trsp.8,v 1.11 2001/11/09 00:56:24 miod Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -94,13 +94,11 @@ Clear the in-kernel debugging buffers.
.It Fl M Ar core
Extract values associated with the name list from
.Pa core
-instead of the default
-.Pa /dev/kmem .
+instead of the running kernel.
.It Fl N Ar system
Extract the name list from
.Pa system
-instead of the default
-.Pa /bsd .
+instead of the running kernel.
.El
.Pp
The recommended use of
@@ -124,13 +122,6 @@ If there are many sockets using the debugging option, the
option may be useful in checking to see if
any trace records are present for the socket in
question.
-.Sh FILES
-.Bl -tag -width /dev/kmem -compact
-.It Pa /dev/kmem
-default kernel memory
-.It Pa /bsd
-default system namelist
-.El
.Sh SEE ALSO
.Xr netstat 1 ,
.Xr setsockopt 2 ,