diff options
author | kn <kn@cvs.openbsd.org> | 2020-02-21 00:47:22 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-02-21 00:47:22 +0000 |
commit | 330b3be4a1122d7dab775a34107b3cb99318e110 (patch) | |
tree | 28be87eaf84aa58cb8a8d876d567d6dc163e2912 | |
parent | df58fee624ae0954fff9adea075b7722e1135b07 (diff) |
Fix daemon_rtable route command mention
Without "exec" the comand is invalid.
OK sthen
-rw-r--r-- | share/man/man8/rc.subr.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index 0f3b160e498..af7bd55226d 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.subr.8,v 1.36 2018/10/29 07:55:41 ajacoutot Exp $ +.\" $OpenBSD: rc.subr.8,v 1.37 2020/02/21 00:47:21 kn Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2018 $ +.Dd $Mdocdate: February 21 2020 $ .Dt RC.SUBR 8 .Os .Sh NAME @@ -321,7 +321,7 @@ is set, the following command is prepended to .Va rcexec : .Pp -.Dl "route -T ${daemon_rtable}" +.Dl "route -T ${daemon_rtable} exec" .Pp All .Va daemon_* |