diff options
author | kn <kn@cvs.openbsd.org> | 2020-09-22 22:10:48 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-09-22 22:10:48 +0000 |
commit | 12dd943c9af2536dcd4d53fab6d766b42b7e3373 (patch) | |
tree | a22840b178463715eca4890d9a98ff4cccfad2b6 /share/man | |
parent | cbeb8ddeb5d4240d4151d60b5a161ce1428509af (diff) |
Use user prompt for ps(1) and netstat(1) examples
Those do not need root privileges to work.
Prompted by jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/rdomain.4 | 6 |
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 |