svn commit: r220617 - in head: lib/libc/gen sbin/reboot share/man/man4 share/man/man5

Sergey Kandaurov pluknet at FreeBSD.org
Thu Apr 14 08:53:04 UTC 2011


Author: pluknet
Date: Thu Apr 14 08:53:04 2011
New Revision: 220617
URL: http://svn.freebsd.org/changeset/base/220617

Log:
  Remove vestiges of disklabel(5).
  
  Reviewed by:	uqs
  MFC after:	5 days

Modified:
  head/lib/libc/gen/getdiskbyname.3
  head/sbin/reboot/boot_i386.8
  head/share/man/man4/cd.4
  head/share/man/man4/md.4
  head/share/man/man4/vinum.4
  head/share/man/man5/disktab.5

Modified: head/lib/libc/gen/getdiskbyname.3
==============================================================================
--- head/lib/libc/gen/getdiskbyname.3	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/lib/libc/gen/getdiskbyname.3	Thu Apr 14 08:53:04 2011	(r220617)
@@ -54,7 +54,6 @@ the
 .Xr disktab 5
 file.
 .Sh SEE ALSO
-.Xr disklabel 5 ,
 .Xr disktab 5 ,
 .Xr disklabel 8
 .Sh HISTORY

Modified: head/sbin/reboot/boot_i386.8
==============================================================================
--- head/sbin/reboot/boot_i386.8	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/sbin/reboot/boot_i386.8	Thu Apr 14 08:53:04 2011	(r220617)
@@ -358,9 +358,7 @@ requirement has not been adhered to.
 .Xr reboot 8 ,
 .Xr shutdown 8
 .Sh BUGS
-The
-.Xr bsdlabel 5
-format used by this version of
+The bsdlabel format used by this version of
 .Bx
 is quite
 different from that of other architectures.

Modified: head/share/man/man4/cd.4
==============================================================================
--- head/share/man/man4/cd.4	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/share/man/man4/cd.4	Thu Apr 14 08:53:04 2011	(r220617)
@@ -111,8 +111,8 @@ drive.
 The disklabel is initialized with information
 read from the scsi inquiry commands, and should be the same as
 the information printed at boot.
-This structure is defined in
-.Xr disklabel 5 .
+This structure is defined in the header file
+.In sys/disklabel.h .
 .It Dv CDIOCCAPABILITY
 .Pq Li "struct ioc_capability"
 Retrieve information from the drive on what features it supports.
@@ -497,7 +497,6 @@ None.
 .Sh SEE ALSO
 .Xr cam 4 ,
 .Xr da 4 ,
-.Xr disklabel 5 ,
 .Xr disklabel 8 ,
 .Xr cd 9
 .Sh HISTORY

Modified: head/share/man/man4/md.4
==============================================================================
--- head/share/man/man4/md.4	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/share/man/man4/md.4	Thu Apr 14 08:53:04 2011	(r220617)
@@ -81,7 +81,6 @@ disk found in the 
 man page.
 Other tools will also create these images, such as NanoBSD.
 .Sh SEE ALSO
-.Xr disklabel 5 ,
 .Xr disklabel 8 ,
 .Xr fdisk 8 ,
 .Xr loader 8 ,

Modified: head/share/man/man4/vinum.4
==============================================================================
--- head/share/man/man4/vinum.4	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/share/man/man4/vinum.4	Thu Apr 14 08:53:04 2011	(r220617)
@@ -359,9 +359,6 @@ They are described in the header file
 Conventional disk special devices have a
 .Em "disk label"
 in the second sector of the device.
-See
-.Xr disklabel 5
-for more details.
 This disk label describes the layout of the partitions within
 the device.
 .Nm
@@ -842,7 +839,6 @@ The drive is not accessible.
 The drive is up and running.
 .El
 .Sh SEE ALSO
-.Xr disklabel 5 ,
 .Xr loader.conf 5 ,
 .Xr disklabel 8 ,
 .Xr gvinum 8 ,

Modified: head/share/man/man5/disktab.5
==============================================================================
--- head/share/man/man5/disktab.5	Thu Apr 14 08:17:45 2011	(r220616)
+++ head/share/man/man5/disktab.5	Thu Apr 14 08:53:04 2011	(r220617)
@@ -134,7 +134,6 @@ file system, swap, etc)
 .El
 .Sh SEE ALSO
 .Xr getdiskbyname 3 ,
-.\" .Xr bsdlabel 5 ,
 .Xr bsdlabel 8 ,
 .Xr newfs 8
 .Sh HISTORY


More information about the svn-src-all mailing list