diff options
author | 2015-08-13 18:02:56 +0000 | |
---|---|---|
committer | 2015-08-13 18:02:56 +0000 | |
commit | ade61d9934ca75a9f7b9d223c435e39686a178e9 (patch) | |
tree | 700ed6cb25376028ee6e1ac48d74408374b80117 /share/man/man5 | |
parent | Changes to sysctl_conf(), mixerctl_conf() and wsconsctl_conf(): (diff) | |
download | wireguard-openbsd-ade61d9934ca75a9f7b9d223c435e39686a178e9.tar.xz wireguard-openbsd-ade61d9934ca75a9f7b9d223c435e39686a178e9.zip |
'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009
with r1.19. The associated disklabel fields were recycled for other
purposes.
Another 'harmless' part of the larger disklabel cleanup diff.
ok deraadt@ as part of that larger diff.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/disktab.5 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index e04682f4b41..59f34936414 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disktab.5,v 1.14 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: disktab.5,v 1.15 2015/08/13 18:02: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: September 3 2011 $ +.Dd $Mdocdate: August 13 2015 $ .Dt DISKTAB 5 .Os .Sh NAME @@ -71,12 +71,6 @@ The following list indicates the normal values stored for each disk entry: .It \&se Ta num Ta "Sector size in bytes (default:" .Dv DEV_BSIZE ) . .It \&sf Ta bool Ta "Controller supports bad144-style bad sector forwarding." -.It \&rm Ta num Ta "Rotation speed in RPM (default: 3600)." -.It \&sk Ta num Ta "Sector skew per track (default: 0)." -.It \&cs Ta num Ta "Sector skew per cylinder (default: 0)." -.It \&hs Ta num Ta "Headswitch time in usec (default: 0)." -.It \&ts Ta num Ta "One-cylinder seek time in usec (default: 0)." -.It \&il Ta num Ta "Sector interleave (n:1) (default: 1)." .It \&d[0-4] Ta num Ta "Drive-type-dependent parameters." .It \&b0 Ta str Ta "Pathname to primary bootstrap." .It \&b1 Ta str Ta "Pathname to secondary bootstrap." |