diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-25 10:04:58 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-25 10:04:58 +0000 |
commit | 07c732048dbad789850470a4d94dbfd5c04fe67f (patch) | |
tree | 2f1083ad1d512a8b4dc88555bd91589d93d8e789 /usr.sbin/rtadvd | |
parent | 953a708dfb7fd5f747f05810a61a80b0e28cce57 (diff) |
We have to undo the changes to the 3rd party code, because it makes
upgrading those components hell.
Tip of the day: Don't commit without confirmation.
Diffstat (limited to 'usr.sbin/rtadvd')
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index e98024b620c..dc6bbfce4b9 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.8,v 1.15 2001/07/20 19:09:48 mpech Exp $ +.\" $OpenBSD: rtadvd.8,v 1.16 2001/07/25 10:04:57 mpech Exp $ .\" $KAME: rtadvd.8,v 1.17 2001/02/04 05:34:38 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -35,7 +35,7 @@ .Nm rtadvd .Nd router advertisement daemon .Sh SYNOPSIS -.Nm rtadvd +.Nm .Op Fl c Ar configfile .Op Fl dDfRs .Ar interface ... diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index 1ad4adc417c..a47cbaa7851 100644 --- a/usr.sbin/rtadvd/rtadvd.conf.5 +++ b/usr.sbin/rtadvd/rtadvd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.conf.5,v 1.14 2001/07/20 19:09:48 mpech Exp $ +.\" $OpenBSD: rtadvd.conf.5,v 1.15 2001/07/25 10:04:57 mpech Exp $ .\" $KAME: rtadvd.conf.5,v 1.32 2001/01/19 05:32:05 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,6 +61,7 @@ character. The comment marker is the .Sq \&# character. +.Pp .Sh CAPABILITIES Capabilities describe the value to be filled into ICMPv6 router advertisement messages and to control |