summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-02-12 17:12:53 +0000
committerschwarze <schwarze@openbsd.org>2014-02-12 17:12:53 +0000
commitcc70da3a751af603de2cc2b7dc100413519ce1eb (patch)
tree50f79c7d3e3b75a350091a26c2ba912fc652882c /usr.sbin/rpc.bootparamd
parent.Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead; (diff)
downloadwireguard-openbsd-cc70da3a751af603de2cc2b7dc100413519ce1eb.tar.xz
wireguard-openbsd-cc70da3a751af603de2cc2b7dc100413519ce1eb.zip
remove bogus .Nm and .Pa markup,
and quote displayed single characters using .Sq; from Jan Stary <hans at stare dot cz>, skipping a few changes judged gratuitious by jmc@
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/bootparams.523
1 files changed, 10 insertions, 13 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5
index 5acccba820c..04b3a638b73 100644
--- a/usr.sbin/rpc.bootparamd/bootparams.5
+++ b/usr.sbin/rpc.bootparamd/bootparams.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bootparams.5,v 1.10 2010/03/26 19:30:40 jmc Exp $
+.\" $OpenBSD: bootparams.5,v 1.11 2014/02/12 17:12:53 schwarze Exp $
.\"
.\" Copyright (c) 1994 Gordon W. Ross
.\" All rights reserved.
@@ -25,7 +25,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: March 26 2010 $
+.Dd $Mdocdate: February 12 2014 $
.Dt BOOTPARAMS 5
.Os
.Sh NAME
@@ -41,14 +41,11 @@ file specifies the boot parameters that
clients may request when booting over the network.
Each client supported by this server must have an entry in the
.Nm bootparams
-file containing the pathnames for its
-.Nm root
-and (optionally)
-.Nm swap
-areas.
+file containing the pathnames for its "root" and (optionally) "swap" areas.
.Pp
Each line in the file
-(other than comment lines that begin with a #)
+(other than comment lines that begin with a
+.Sq # )
specifies the client name followed by the pathnames that
the client may request by their logical names.
The components of the line are delimited with blank or tab,
@@ -62,16 +59,16 @@ client root=server:/export/client/root \e
.Ed
.Pp
When the client named "client" requests the pathname for
-its logical "root" it will be given the server name
-.Dq Pa "server"
+its logical "root" it will be given the server name "server"
and the pathname
-.Dq Pa "/export/client/root"
+.Pa /export/client/root
as the response to its
.Tn RPC
request.
.Pp
-A line containing simply "+" will cause YP lookups to be
-done on the YP map "bootparams".
+A line containing simply
+.Sq +
+will cause YP lookups to be done on the YP map "bootparams".
.Sh FILES
.Bl -tag -width /etc/bootparams -compact
.It Pa /etc/bootparams