summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-04-08Add missing .Os, improve column size.joerg
2009-04-08Fix markup.joerg
2009-04-07Changes for installing with a metalog:apb
2009-04-07Null-terminate the delimiter list string after processing escapesdholland
2009-04-01note that -n also stops the timestamp from being output.mrg
2009-03-29A couple minor fixes, from Alan R. S. Bueno in PR 41046.dholland
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-28Don't include the AMD stuff if SMALLPROG is defined.he
2009-03-27remove debugging code.christos
2009-03-27fix off-by-one bug that did not add a tag for "foo" inchristos
2009-03-24remove unneeded special rule for main.operry
2009-03-24per dholland, put back MAKE_VERSION for the benefit of third party users.perry
2009-03-24Remove physical markup.joerg
2009-03-24.sp -> .Ppjoerg
2009-03-23Fix quoting.joerg
2009-03-23turn on amd support for eject now that we have it. From Anon Ymouschristos
2009-03-20The Makefile and main.c arranged to put "netbsd-${DATE}" into theperry
2009-03-18use progname instead of getprogname() for portability.christos
2009-03-15Fix and improve mark up.joerg
2009-03-15Fix number of columns.joerg
2009-03-15Fix markup.joerg
2009-03-13Now that condmkopttab isn't a hash table anymore, don't initialise it withcube
2009-03-13Actually allow a full expression for the condition for "makeoptions" incube
2009-03-13Use .Tn for XMODEM. Use .Bl -column for physically marked up table.joerg
2009-03-13Don't use macros for the synopsis. Improve markup to break argumentjoerg
2009-03-12Use paragraph breaks before notes, not just line breaks.joerg
2009-03-12Don't workaround ancient macro argument limit with .Xo/.Xc. Don't usejoerg
2009-03-12Don't workaround ancient macro argument limit with .Xo/.Xc. Don't usejoerg
2009-03-11Fix markupjoerg
2009-03-11Don't workaround ancient macro argument limit with .Xo/.Xc.joerg
2009-03-11Fix markupjoerg
2009-03-11Use semantic markupjoerg
2009-03-11Fix markupjoerg
2009-03-11Use semantic markupjoerg
2009-03-11Fix markupjoerg
2009-03-11fix warnings.christos
2009-03-10Explicitly escape : in .It.joerg
2009-03-10Specify width for tag list.joerg
2009-03-10Specify width for tag list.joerg
2009-03-10Use item list instead of tag listjoerg
2009-03-10Use item list as no tag is present. Fix markup for item.joerg
2009-03-10Don't workaround ancient macro argumentent limitation with .Xo/.Xc.joerg
2009-03-10Don't break scope for .Oo/.Oc to workaround ancient argument limit.joerg
2009-03-10Remove use of .Xo/.Xc to workaround argument number limit.joerg
2009-03-10Replace .br and .sp with .Pp for vertical spacing.joerg
2009-03-09In vmstat display, increase software interrupt count output from 5 tonjoly
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2009-03-09Don't escape %, but do escape DD and SS macros. OK wiz@joerg
2009-03-09Fix markup (.I is an unknown macro in this context).joerg
2009-03-08If this is built for arm, build it for armeb as well, so thathe