summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2012-07-12match gnu-libtool: error out if -L dir is used instead of -LdirMarc Espie
2012-07-12deal with -pthread as a "once on" option.Marc Espie
2012-07-12unwanted duplicateMarc Espie
2012-07-12simplify yet a bit moreMarc Espie
2012-07-12Do not crash in -Tman on:Ingo Schwarze
2012-07-12move a bit of stuff aroundMarc Espie
2012-07-11Polish -Tman .Rs support.Ingo Schwarze
2012-07-11fix three typos.Igor Sobrado
2012-07-11fix position and formatting of %UIngo Schwarze
2012-07-11Make ~~ send a ~, pointed out by naddy.Nicholas Marriott
2012-07-11Basic implementation of -Tman .Bl -column using tbl(7).Ingo Schwarze
2012-07-11duh, idiotMarc Espie
2012-07-11must check release is defined, it CAN be 0.Marc Espie
2012-07-11try to make code vaguely saneMarc Espie