summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/installboot
AgeCommit message (Collapse)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-07-04$OpenBSD$Niklas Hallqvist
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page ↵Theo de Raadt
install...
2000-03-03$OpenBSD$Todd T. Fries
2000-01-24Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵Steve Murphree
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot.
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-09-26This fixes installboot.Steve Murphree
1999-07-09- remove all trailing whitespaceAaron Campbell
* 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-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1997-11-25fix Op FlTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-05-16import installboot from sun3/sparc portschuck