Subject: bin/3637: typo in bootptest(8); option argument is included in paragraph
To: None <gnats-bugs@gnats.netbsd.org>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 05/17/1997 14:11:57
>Number:         3637
>Category:       bin
>Synopsis:       typo in bootptest(8); option argument is included in paragraph for description.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 16 22:20:02 1997
>Last-Modified:
>Originator:     enami tsugutomo
>Organization:
	an individual
>Release:        NetBSD-current 1997May15
>Environment:
System: NetBSD libretto.enami.ba2.so-net.or.jp 1.2E NetBSD 1.2E (LIBRETTO) #150: Sat May 17 09:04:54 JST 1997 enami@libretto.enami.ba2.so-net.or.jp:/a/kernel/compile/LIBRETTO i386


>Description:
	There is a typo in bootptest(8).  An argument of some option is
	included in paragraph of the option's description.

>How-To-Repeat:
	% man bootptest
			:
OPTIONS
       -f     bootfile Fill in the boot file field of the request
              with bootfile.

			:

       -m     magic number Initialize the first word of the  ven-
              dor options field with magic number.

			:

	Note that bootfile and magic number is argument of -f and -m.
>Fix:
	Here is my fix:

Index: bootptest.8
===================================================================
RCS file: /a/cvsroot/NetBSD/src/usr.sbin/bootpd/bootptest.8,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 bootptest.8
--- bootptest.8	1996/11/16 10:05:55	1.1.1.1
+++ bootptest.8	1997/05/17 02:28:31
@@ -29,8 +29,7 @@
 will wait one more second listening for additional responses.
 .SH OPTIONS
 .TP
-.B \-f
-.I bootfile
+.BI \-f \ bootfile
 Fill in the boot file field of the request with
 .IR bootfile .
 .TP
@@ -39,8 +38,7 @@
 By default, the IP address is copied into the request
 indicating that this client already knows its IP address.
 .TP
-.B \-m
-.I magic_number
+.BI \-m \ magic_number
 Initialize the first word of the vendor options field with
 .IR magic_number .
 .LP
>Audit-Trail:
>Unformatted: