summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootparamd
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1996-11-25 01:52:28 +0000
committermsmith <msmith@FreeBSD.org>1996-11-25 01:52:28 +0000
commitb976e3ca29825cbe4a73ca228a4af64e4f171c95 (patch)
tree3f166132aa9fdb8a2d8aa53be2ecd67fd5ccf67d /usr.sbin/bootparamd
parent8db85b316d2dfc824e3e0f5f123151277dc41896 (diff)
downloadFreeBSD-src-b976e3ca29825cbe4a73ca228a4af64e4f171c95.zip
FreeBSD-src-b976e3ca29825cbe4a73ca228a4af64e4f171c95.tar.gz
Correct the syntax of the example to reflect reality, and note that the
'host:' element is mandatory. A better fix would involve reworking bootparamd not to require a ':' in the response string.
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparams.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/bootparams.5 b/usr.sbin/bootparamd/bootparamd/bootparams.5
index b795d96..8134930 100644
--- a/usr.sbin/bootparamd/bootparamd/bootparams.5
+++ b/usr.sbin/bootparamd/bootparamd/bootparams.5
@@ -25,7 +25,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp
-.\" $Id: bootparams.5,v 1.1 1996/03/28 20:49:31 joerg Exp $
+.\" $Id: bootparams.5,v 1.2 1996/04/07 23:28:25 mpp Exp $
.\"
.Dd October 2, 1994
.Dt BOOTPARAMS 5
@@ -58,17 +58,17 @@ 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=host:/export/dummy/root \\
+ swap=host:/export/dummy/swap \\
+ dump=host:/export/dummy/swap
.Ed
.Pp
When the client named "dummy" requests the pathname for
its logical "root" it will be given the pathname
-.Dq Pa "/export/dummy/root"
+.Dq Pa "host:/export/dummy/root"
as the response to its
.Tn RPC
-request.
+request. The "host:" component must be supplied.
.Sh FILES
.Bl -tag -width /etc/bootparams -compact
.It Pa /etc/bootparams
OpenPOWER on IntegriCloud