Commit Graph

23 Commits

Author SHA1 Message Date
krw c0a65584a7 Nuke last references to d_drivedata. 2022-11-07 10:21:17 +00:00
krw ea6c4d24ae Nuke D_BADSECT and disktab's 'sf'.
DEC standard 144 bad sector information is no longer a thing. As
evidenced by bad144(8) moving to the attic 16 years ago.

ok miod@, who points out that badsect(8) is now the nail sticking
out.
2022-10-12 23:11:32 +00:00
krw 2567f30d9b Drop support for unused attributes 'bs' (d_bbsize) and 'sb'
(d_sbsize).

ok otto@ as part of larger diff
2022-09-01 13:56:21 +00:00
krw 55a3ec3029 Nuke disktab.h references in preparation for nuking disktab.h.
disktab.h has not been used or useful for a looooong time.

Detailed historical research by jsg@.

ok jsg@ deraadt@
2022-08-30 18:50:06 +00:00
tb 352fd8b3a1 missing space after comma 2018-09-20 16:16:52 +00:00
krw 6a0130e9b7 'b0' and 'b1' are no longer supported, so de-document them. 2015-10-25 16:45:08 +00:00
schwarze ec5cd23ef0 use .In rather than .Fd #include 2015-09-10 17:55:21 +00:00
krw 136bbae95c 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@.
2015-08-14 23:45:55 +00:00
krw ade61d9934 '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.
2015-08-13 18:02:56 +00:00
jmc e324319b8a make -column lists pretty again;
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.
2011-09-03 22:59:07 +00:00
jmc ef9c647adc no more format(8); 2011-07-11 09:37:51 +00:00
jmc 9490d37cb6 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
jmc 10dd043f14 indicate 16 partitions...
prod/ok deraadt
2006-04-15 22:53:00 +00:00
jaredy 00fecc6c22 typo in sec/track description, from Holger Mikolon <holger@mikolon.com> 2005-02-20 21:29:15 +00:00
jmc 1da87f4349 document `b0' and `b1' attributes; 2003-12-18 11:55:47 +00:00
millert 29295d1c5c Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.
2003-06-02 23:27:43 +00:00
aaron 431305c8ff Some share/man fleshing. 2000-10-26 00:37:02 +00:00
aaron 1f53fde168 Various cleanups. 2000-03-19 19:25:21 +00:00
aaron 5c3dced36c - remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
1999-07-09 13:35:13 +00:00
aaron fc8533a33f remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
1999-05-23 14:10:46 +00:00
aaron fbd19cc4f6 kill superfluous .Nm macro arguments 1998-11-29 15:47:21 +00:00
aaron ae8c025fe9 share/man/man5/ man page repairs 1998-11-26 04:25:58 +00:00
deraadt df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00