diff options
author | 2000-01-12 22:51:12 +0000 | |
---|---|---|
committer | 2000-01-12 22:51:12 +0000 | |
commit | c15fd0bcf47c39dfa15bbbe963e2ca0b5a79188c (patch) | |
tree | d63513db778a31a25ac02558d568074a91006781 | |
parent | Major style cleanup for pfkeyv2.c (diff) | |
download | wireguard-openbsd-c15fd0bcf47c39dfa15bbbe963e2ca0b5a79188c.tar.xz wireguard-openbsd-c15fd0bcf47c39dfa15bbbe963e2ca0b5a79188c.zip |
config path change
From: eric jackson <shinobi@monkey.org>
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index a23a9a0083e..61a96d69800 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.8,v 1.5 2000/01/06 07:55:52 itojun Exp $ +.\" $OpenBSD: rtadvd.8,v 1.6 2000/01/12 22:51:12 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -95,8 +95,8 @@ Do not monitor routing table changes (static prefix). .Sh RETURN VALUES The program exits with 0 on success, and non-zero on failures. .Sh FILES -.Bl -tag -width /usr/local/v6/etc/rtadvd.conf -compact -.It Pa /usr/local/v6/etc/rtadvd.conf +.Bl -tag -width /etc/rtadvd.conf -compact +.It Pa /etc/rtadvd.conf The default configuration file. .El .Sh SEE ALSO |