diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-08-14 23:45:57 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-08-14 23:45:57 +0000 |
commit | bbd7061cc95bf8558a5c53aebab06ef9a90cc6ca (patch) | |
tree | 104fc48eabd6ff19c086e09fae2e1288c5a1ae18 /share/man | |
parent | 61fa9a842e56e2065f36b0efbd660ee203b46343 (diff) |
The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISK
flags in the disklabel. These flags were discarded in 2006.
Remove documentation for and instances of 'ty'. Add instances of
'dt' that were missing. Use 'floppy' as the value of 'dt' for all
floppies and 'rdroot' for all boot images/miniroots.
Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT,
since 'dt' values are parsed by matching entries in dktypenames[].
Slightly tweaked part of larger cleanup diff previously ok deraadt@.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/disktab.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 59f34936414..bec93fd92fb 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disktab.5,v 1.15 2015/08/13 18:02:56 krw Exp $ +.\" $OpenBSD: disktab.5,v 1.16 2015/08/14 23:45:56 krw Exp $ .\" $NetBSD: disktab.5,v 1.4 1994/11/30 19:31:15 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)disktab.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: August 13 2015 $ +.Dd $Mdocdate: August 14 2015 $ .Dt DISKTAB 5 .Os .Sh NAME @@ -61,7 +61,6 @@ The last name given should be a long name fully identifying the disk. The following list indicates the normal values stored for each disk entry: .Bl -column "d[0-4]" "bool" "Description" .It Sy Name Ta Sy Type Ta Sy Description -.It \&ty Ta str Ta "Type of disk (e.g., removable, winchester)." .It \&dt Ta str Ta "Type of controller (e.g.,SMD, ESDI, floppy)." .It \&ns Ta num Ta "Number of sectors per track." .It \&nt Ta num Ta "Number of tracks per cylinder." |