Date: Tue, 19 Apr 2011 16:29:56 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r220843 - in stable/8: lib/libc/gen sbin/reboot share/man/man4 share/man/man5 Message-ID: <201104191629.p3JGTur4013827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Tue Apr 19 16:29:56 2011 New Revision: 220843 URL: http://svn.freebsd.org/changeset/base/220843 Log: MFC r220617: Remove vestiges of disklabel(5). Modified: stable/8/lib/libc/gen/getdiskbyname.3 stable/8/sbin/reboot/boot_i386.8 stable/8/share/man/man4/cd.4 stable/8/share/man/man4/md.4 stable/8/share/man/man4/vinum.4 stable/8/share/man/man5/disktab.5 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/sbin/reboot/ (props changed) stable/8/share/man/man4/ (props changed) stable/8/share/man/man5/ (props changed) Modified: stable/8/lib/libc/gen/getdiskbyname.3 ============================================================================== --- stable/8/lib/libc/gen/getdiskbyname.3 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/lib/libc/gen/getdiskbyname.3 Tue Apr 19 16:29:56 2011 (r220843) @@ -54,7 +54,6 @@ the .Xr disktab 5 file. .Sh SEE ALSO -.Xr disklabel 5 , .Xr disktab 5 , .Xr disklabel 8 .Sh HISTORY Modified: stable/8/sbin/reboot/boot_i386.8 ============================================================================== --- stable/8/sbin/reboot/boot_i386.8 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/sbin/reboot/boot_i386.8 Tue Apr 19 16:29:56 2011 (r220843) @@ -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: stable/8/share/man/man4/cd.4 ============================================================================== --- stable/8/share/man/man4/cd.4 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/share/man/man4/cd.4 Tue Apr 19 16:29:56 2011 (r220843) @@ -112,8 +112,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. @@ -498,7 +498,6 @@ None. .Sh SEE ALSO .Xr cam 4 , .Xr da 4 , -.Xr disklabel 5 , .Xr disklabel 8 , .Xr cd 9 .Sh HISTORY Modified: stable/8/share/man/man4/md.4 ============================================================================== --- stable/8/share/man/man4/md.4 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/share/man/man4/md.4 Tue Apr 19 16:29:56 2011 (r220843) @@ -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: stable/8/share/man/man4/vinum.4 ============================================================================== --- stable/8/share/man/man4/vinum.4 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/share/man/man4/vinum.4 Tue Apr 19 16:29:56 2011 (r220843) @@ -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: stable/8/share/man/man5/disktab.5 ============================================================================== --- stable/8/share/man/man5/disktab.5 Tue Apr 19 16:26:55 2011 (r220842) +++ stable/8/share/man/man5/disktab.5 Tue Apr 19 16:29:56 2011 (r220843) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104191629.p3JGTur4013827>