summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-09-22 22:10:47 +0000
committerkn <kn@openbsd.org>2020-09-22 22:10:47 +0000
commitefe62e30fcfba94961b5880bc106105657d6cb6f (patch)
tree8c50de778ca14b1103e1abd3740a8dcb0ffc7643
parentAdd "netstat -R" example (diff)
downloadwireguard-openbsd-efe62e30fcfba94961b5880bc106105657d6cb6f.tar.xz
wireguard-openbsd-efe62e30fcfba94961b5880bc106105657d6cb6f.zip
Use user prompt for ps(1) and netstat(1) examples
Those do not need root privileges to work. Prompted by jmc
-rw-r--r--share/man/man4/rdomain.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4
index d9518e007f5..48cba0e8f8d 100644
--- a/share/man/man4/rdomain.4
+++ b/share/man/man4/rdomain.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rdomain.4,v 1.15 2020/09/22 20:47:57 kn Exp $
+.\" $OpenBSD: rdomain.4,v 1.16 2020/09/22 22:10:47 kn Exp $
.\"
.\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org>
.\"
@@ -100,7 +100,7 @@ Put em0 and lo4 in rdomain 4:
.Pp
List all rdomains with associated interfaces and routing tables:
.Pp
-.Dl # netstat -R
+.Dl $ netstat -R
.Pp
Set a default route and localhost reject route within rtable 4:
.Bd -literal -offset indent
@@ -116,7 +116,7 @@ in rtable 4:
.Pp
Display to which rdomain processes are assigned:
.Pp
-.Dl # ps aux -o rtable
+.Dl $ ps aux -o rtable
.Pp
A
.Xr pf.conf 5