Subject: bin/14288: fdisk(8) doesn't mention mbr(8) manual
To: None <gnats-bugs@gnats.netbsd.org>
From: None <reed@reedmedia.net>
List: netbsd-bugs
Date: 10/18/2001 07:59:28
>Number: 14288
>Category: bin
>Synopsis: fdisk(8) manual should mention mbr(8)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 18 08:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:
>Release: why does is say "NetBSD**-current** source date?"
>Organization:
http://bsd.reedmedia.net/
>Environment:
System: NetBSD rainier 1.5.1_BETA NetBSD 1.5.1_BETA (JCR-1.5-20010407) #0: Sat Apr 7 01:44:35 PDT 2001 reed@rainier:/usr/src/sys/arch/i386/compile/JCR-1.5-20010407 i386
>Description:
fdisk(8) manual for netbsd-1-5 doesn't mention that a mbr manual page exists.
It seems like this would be useful. I see that the -current fdisk.8 has
a see also for mbrlabel(8).
Now that I look mbrlabel doesn't mention mbr(8). And mbr(8) doesn't mention
mbrlabel(8). Maybe it doesn't matter.
>How-To-Repeat:
Read fdisk manual page and wonder how to find out more about mbr.
>Fix:
Maybe this is OS specific and so it wasn't added.
Maybe add reference to mbr(8) (and maybe mbrlabel(8)) to netbsd-1-5 fdisk.8.
Also maybe add reference to mbr(8) to mbrlabel(8) manual page. And also
maybe add reference to mbrlabel(8) to mbr(8) manual page.
Three patches below. (Made for netbsd-1-5 but maybe useful for -current.)
--- /usr/src/sbin/fdisk/fdisk.8 Wed Jun 7 15:40:59 2000
+++ fdisk.8 Thu Oct 18 07:51:26 2001
@@ -260,7 +260,9 @@
Default location of i386 bootselect code
.El
.Sh SEE ALSO
-.Xr disklabel 8
+.Xr disklabel 8 ,
+.Xr mbr 8 ,
+.Xr mbrlabel 8
.Sh BUGS
There are subtleties that the program detects that are not explained in
this manual page.
--- /usr/src/sbin/fdisk/mbr/mbr.8 Sun May 2 05:18:40 1999
+++ mbr.8 Thu Oct 18 07:56:30 2001
@@ -79,7 +79,8 @@
.El
.Sh SEE ALSO
-.Xr fdisk 8
+.Xr fdisk 8 ,
+.Xr mbr 8
.Sh BUGS
The bootselect code has constraints because of the limited amount of
space available. The only way to be absolutely sure that a bootselector
--- /usr/src/sbin/mbrlabel/mbrlabel.8 Fri Apr 6 21:11:32 2001
+++ mbrlabel.8 Thu Oct 18 07:56:59 2001
@@ -92,7 +92,8 @@
.Pp
.Sh SEE ALSO
.Xr disklabel 8 ,
-.Xr fdisk 8
+.Xr fdisk 8 ,
+.Xr mbr 8
.Sh HISTORY
The
.Nm
>Release-Note:
>Audit-Trail:
>Unformatted: