Subject: misc/3598: typo in uk(4); comma is missing and width isn't enough for -Bl.
To: None <gnats-bugs@gnats.netbsd.org>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 05/10/1997 21:59:23
>Number:         3598
>Category:       misc
>Synopsis:       typo in uk(4); comma is missing and width isn't enough for -Bl.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 10 08:35:01 1997
>Last-Modified:
>Originator:     enami tsugutomo
>Organization:
	an individual
>Release:        NetBSD-current 1997 May 08
>Environment:
System: NetBSD pavlov.enami.ba2.so-net.or.jp 1.2E NetBSD 1.2E (PAVLOV) #249: Sat May 10 11:42:39 JST 1997 enami@pavlov.enami.ba2.so-net.or.jp:/b/netbsd/kernel/compile/PAVLOV i386


>Description:
	There is a typo in uk(4); comma is missing and width isn't enough
	for -Bl.

>How-To-Repeat:
	Man uk gives following output:

	:
FILES
     /dev/uk[0-255]
                  uk{x} is the  'xth'unknown device found.

DIAGNOSTICS
     All scsi(4) debug ioctls work on uk devices.

SEE ALSO
     sd(4) st(4) cd(4) ch(4) su(4) scsi(4)

HISTORY
	:

	Note that in FILES section, description for device file is located
	in seconed line but there is no need to do so.  And in SEE ALSO
	section, there is no comma after each items while other man pages
	like sd or st has commas in same kine of places.

>Fix:
	Here is my fix:

Index: uk.4
===================================================================
RCS file: /a/cvsroot/NetBSD/src/share/man/man4/uk.4,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 uk.4
--- uk.4	1996/11/16 16:59:19	1.1.1.1
+++ uk.4	1997/05/10 12:47:01
@@ -60,7 +60,7 @@
 
 
 .Sh FILES
-.Bl -tag -width /dev/uk0XXX -compact
+.Bl -tag -width /dev/uk[0-255] -compact
 .It Pa /dev/uk[0-255]
 uk{x} is the  'xth'unknown device found.
 .El
@@ -71,11 +71,11 @@
 .Nm
 devices.
 .Sh SEE ALSO
-.Xr sd 4
-.Xr st 4
-.Xr cd 4
-.Xr ch 4
-.Xr su 4
+.Xr sd 4 ,
+.Xr st 4 ,
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr su 4 ,
 .Xr scsi 4
 .Sh HISTORY
 The
>Audit-Trail:
>Unformatted: