summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-08-04zap nonsense codeMarc Espie
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-29Disable hyphenation and, for nroff, disable justification which isTodd C. Miller
2012-07-29The '-' before the flags needs to be quoted to prevent nroffTodd C. Miller
2012-07-29Use "\\ " not "\\~" as the non-breaking space as historic nroffTodd C. Miller
2012-07-29Implement .PD for -Tascii.Ingo Schwarze
2012-07-28Return a proper error message when we end up needed to parseJasper Lievisse Adriaanse
2012-07-27Fix initializer botch introduced in r1.20 when 'oldval' field wasKenneth R Westerback
2012-07-22openssh 6.1Markus Friedl
2012-07-21Have sendbug(1) submit error reports to bugs@, instead of gnats@.Peter Hessler
2012-07-21Make kdump recognize the __MAP_NOREPLACE flag.Matthew Dempsky
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
2012-07-18The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze
2012-07-18styleMarc Espie
2012-07-16Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
2012-07-16Two fixes regarding -Tman .sp:Ingo Schwarze
2012-07-16Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze
2012-07-15Add a command (~D) to drop the DTR line for a second (similar to usingNicholas Marriott
2012-07-15Document pane_index variable, from sam at sltosis dot org.Nicholas Marriott
2012-07-14Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze
2012-07-14In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze
2012-07-13Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze
2012-07-13If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze
2012-07-13Label node allocation failures as such in netstat -W output.Stefan Sperling
2012-07-13kill unused variableAlexander Hall
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-13tidbitMarc Espie
2012-07-13minor cleanupMarc Espie
2012-07-13move stuff around some more, do not load link parts unless we are actuallyMarc Espie
2012-07-13fix shared library lookup...Marc Espie
2012-07-13Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott
2012-07-13make the compat for -XXX to -s XXX simpler. sometimes you dont need to useDavid Gwynne
2012-07-13handle long comments in config files better. bz#2025, ok markusDarren Tucker
2012-07-12common code for deducing libraries.Marc Espie
2012-07-12add -B to usage();Jason McIntyre
2012-07-12okay, now the parser module is totally part of Mode/Link.pm, no reasonMarc Espie
2012-07-12Add -B option to pass down LD_BIND_NOW to suppress ld.so blatherPhilip Guenthe
2012-07-12The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze
2012-07-12Set CLOCAL in remove c_cflag or line noise is likely to make cu exit asNicholas Marriott
2012-07-12Add handler for SIGHUP.Nicholas Marriott
2012-07-12Describe ~X as "send" not "transfer" to be clearer.Nicholas Marriott
2012-07-12Nuke unused variable from Thomas Adam.Nicholas Marriott
2012-07-12perlify: $_ is subjectMarc Espie
2012-07-12match what stupid gnu libtool is doing, namely -o is not a short optionMarc Espie
2012-07-12allow "long options" to be one letter, enforce with !Marc Espie
2012-07-12laterMarc Espie