diff options
author | 2003-12-18 11:55:47 +0000 | |
---|---|---|
committer | 2003-12-18 11:55:47 +0000 | |
commit | 1da87f43497d40aefc3eeb3f120cd4a4ecc336eb (patch) | |
tree | b02d9b9d67f583c2dff57d8dfd06c6ae29865c92 /share/man/man5/disktab.5 | |
parent | random numbers are obtained via arc4random(3), not random(3); (diff) | |
download | wireguard-openbsd-1da87f43497d40aefc3eeb3f120cd4a4ecc336eb.tar.xz wireguard-openbsd-1da87f43497d40aefc3eeb3f120cd4a4ecc336eb.zip |
document `b0' and `b1' attributes;
Diffstat (limited to 'share/man/man5/disktab.5')
-rw-r--r-- | share/man/man5/disktab.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 43b2c0092e1..1aa4f8bb9d0 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disktab.5,v 1.8 2003/06/02 23:30:14 millert Exp $ +.\" $OpenBSD: disktab.5,v 1.9 2003/12/18 11:55:47 jmc Exp $ .\" $NetBSD: disktab.5,v 1.4 1994/11/30 19:31:15 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -83,6 +83,8 @@ floppy). .It "\&ts num One-cylinder seek time in usec (default: 0)." .It "\&il num Sector interleave (n:1) (default: 1)." .It "\&d[0-4] num Drive-type-dependent parameters." +.It "\&b0 str Pathname to primary bootstrap." +.It "\&b1 str Pathname to secondary bootstrap." .It "\&bs num Boot block size (default:" .Dv BBSIZE ) . .It "\&sb num Superblock size (default: " |