diff options
author | 2005-10-26 11:20:57 +0000 | |
---|---|---|
committer | 2005-10-26 11:20:57 +0000 | |
commit | 3f39a65330bccd910a4590f8a7e4b5e26b85fb96 (patch) | |
tree | 646b908a2293fb6b13769ea88b01ebf36119050f | |
parent | document interaction with hostname.if(5); (diff) | |
download | wireguard-openbsd-3f39a65330bccd910a4590f8a7e4b5e26b85fb96.tar.xz wireguard-openbsd-3f39a65330bccd910a4590f8a7e4b5e26b85fb96.zip |
better description of -F and FILES;
-rw-r--r-- | usr.sbin/rtsold/rtsold.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index c85f49ab35b..7ed8d1bbca6 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtsold.8,v 1.21 2005/10/26 11:14:52 jmc Exp $ +.\" $OpenBSD: rtsold.8,v 1.22 2005/10/26 11:20:57 jmc Exp $ .\" $KAME: rtsold.8,v 1.17 2001/07/09 22:30:37 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -160,14 +160,13 @@ option) including the printing of internal timer information. .It Fl d Enable debugging. .It Fl F -Configure +Automatically set the .Xr sysctl 8 variable related to -.Nm -by itself. +.Nm . Without this option, .Nm -will not alter and obey the current +will obey the current .Xr sysctl 8 settings. .It Fl f @@ -194,9 +193,9 @@ ioctl. .Ex -std rtsold .\" .Sh FILES -.Bl -tag -width /var/run/rtsold.dump -compact +.Bl -tag -width "/var/run/rtsold.dumpXX" -compact .It Pa /var/run/rtsold.dump -dumps internal state on. +Internal state dump file. .El .\" .Sh SEE ALSO |