diff options
author | 1996-06-18 16:56:46 +0000 | |
---|---|---|
committer | 1996-06-18 16:56:46 +0000 | |
commit | 5ff18096fb530cf8843216b6b427eca2f671eea7 (patch) | |
tree | beefbf82f1534aef4afed9990625e1533e718562 | |
parent | libpcap used yyparse(), which is bad; netbsd pr#2031; lukem@supp.cpr.itg.telecom.com.au (diff) | |
download | wireguard-openbsd-5ff18096fb530cf8843216b6b427eca2f671eea7.tar.xz wireguard-openbsd-5ff18096fb530cf8843216b6b427eca2f671eea7.zip |
bootparam paths are server:/path, duh. pointed out by briggs
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 84c7999e038..051cf741a9d 100644 --- a/usr.sbin/rpc.bootparamd/bootparams.5 +++ b/usr.sbin/rpc.bootparamd/bootparams.5 @@ -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. .\" -.\" $Id: bootparams.5,v 1.1.1.1 1995/10/18 08:48:05 deraadt Exp $ +.\" $Id: bootparams.5,v 1.2 1996/06/18 16:56:46 deraadt Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 @@ -57,9 +57,9 @@ and may be continued onto multiple lines with a backslash. .Pp For example: .Bd -literal -offset indent -dummy root=/export/dummy/root \\ - swap=/export/dummy/swap \\ - dump=/export/dummy/swap +dummy root=server:/export/dummy/root \\ + swap=server:/export/dummy/swap \\ + dump=server:/export/dummy/swap .Ed .Pp When the client named "dummy" requests the pathname for |