summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd
AgeCommit message (Collapse)Author
2001-02-07spellingTodd T. Fries
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
2000-07-04File of the week :-) If Tertiary Loader data link size might not be set.Mats O Jansson
Since Ethernet is the only data link supported assume datalink to be 1492. Found when ragge@ludd.luth.se tried to boot a VAX 6000/400. -moj
2000-07-04If the spec allows 128-character filenames, our buffer has to be at least 129Aaron Campbell
characters to hold the trailing NULL. This also fixes a one-byte overflow.
2000-07-03typoNiklas Hallqvist
2000-07-03Ignore filenames that are longer than spec allows (128 for MOP V4.0.0).Mats O Jansson
Matt Power <mhpower@mit.edu>. -moj
2000-06-28creating line ourselves, but just in case, use %s with syslogTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-20string manipluation paranoia changes. Most probably not exploitable.bitblt
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-15repairAaron Campbell
1999-03-27Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -mojMats O Jansson
1998-07-07fd_set is not a structArtur Grabowski
1998-03-19main returns intTheo de Raadt
1998-03-04WallTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-09-27Fixed spelling noticed by bitblt. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD, 3:rd try. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD. -mojMats O Jansson
1996-09-21Initial import of mopd-2.5.3. -mojMats O Jansson