catch a /boot doc instance I missed.

This commit is contained in:
Jordan K. Hubbard 1999-01-03 07:38:58 +00:00
parent 372b7d7a2e
commit 4eb053a51e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42264
3 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
* $Id: disklabel.h,v 1.34 1998/07/12 16:48:08 dfr Exp $
* $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@ -95,7 +95,7 @@ struct disklabel {
* the disklabel is read off the disk or in-core copy.
* d_boot0 and d_boot1 are the (optional) names of the
* primary (block 0) and secondary (block 1-15) bootstraps
* as found in /usr/mdec. These are returned when using
* as found in /boot. These are returned when using
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
union {

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
* $Id: disklabel.h,v 1.34 1998/07/12 16:48:08 dfr Exp $
* $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@ -95,7 +95,7 @@ struct disklabel {
* the disklabel is read off the disk or in-core copy.
* d_boot0 and d_boot1 are the (optional) names of the
* primary (block 0) and secondary (block 1-15) bootstraps
* as found in /usr/mdec. These are returned when using
* as found in /boot. These are returned when using
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
union {

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
* $Id: disklabel.h,v 1.34 1998/07/12 16:48:08 dfr Exp $
* $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@ -95,7 +95,7 @@ struct disklabel {
* the disklabel is read off the disk or in-core copy.
* d_boot0 and d_boot1 are the (optional) names of the
* primary (block 0) and secondary (block 1-15) bootstraps
* as found in /usr/mdec. These are returned when using
* as found in /boot. These are returned when using
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
union {