diff options
author | 2004-02-05 09:01:25 +0000 | |
---|---|---|
committer | 2004-02-05 09:01:25 +0000 | |
commit | a100839b50c19524724ae0d26ec22d0dae5ccc76 (patch) | |
tree | c11072ab7ef551a31ac88eac4d7ca095292ebe5d | |
parent | Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@ (diff) | |
download | wireguard-openbsd-a100839b50c19524724ae0d26ec22d0dae5ccc76.tar.xz wireguard-openbsd-a100839b50c19524724ae0d26ec22d0dae5ccc76.zip |
some small cleanup;
ok mcbride@
-rw-r--r-- | usr.sbin/ifstated/ifstated.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ifstated/ifstated.8 b/usr.sbin/ifstated/ifstated.8 index 46d21fc824f..fb080b700f1 100644 --- a/usr.sbin/ifstated/ifstated.8 +++ b/usr.sbin/ifstated/ifstated.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifstated.8,v 1.1 2004/02/05 02:26:23 mcbride Exp $ +.\" $OpenBSD: ifstated.8,v 1.2 2004/02/05 09:01:25 jmc Exp $ .\" .\" Copyright (c) 2004 Ryan McBride <mcbride@openbsd.org> .\" @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm ifstated .Bk -words -.Op Fl -dhi +.Op Fl dhin .Op Fl D Ar macro=value .Op Fl f Ar file .Ek @@ -58,11 +58,13 @@ Do not daemonize and log to Specify an alternate location, .Ar file , for the configuration file. +.It Fl h +Print help message. +.It Fl i +Ignore initial interface states. .It Fl n Config test mode. Check config validity, then exit. -.It Fl i -Ignore initial interface states. .El .Sh FILES .Bl -tag -width "/etc/ifstated.conf" -compact @@ -72,7 +74,7 @@ configuration file. .El .Sh SEE ALSO .Xr carp 4 , -.Xr pf 4 +.Xr pf 4 .Sh HISTORY The .Nm |