diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 17:12:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 17:12:54 +0000 |
commit | 7e9cec8051927d6d8014fc37932aa4efd9688c54 (patch) | |
tree | 36460701b3feadffaf15db760d9b80430c61b2f3 | |
parent | 032abeb3db644fef7430081e5f50a2a6aac813d3 (diff) |
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@
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 23 |
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 |