summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-06-19Fix a regression in the previous revision:Ingo Schwarze
2017-06-19Mark up "am i" as Cm, not Ar.Anthony J. Bentley
2017-06-18Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze
2017-06-17style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17style message about missing RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17if .in is used inside the .TP head, it's always relativeIngo Schwarze
2017-06-17tables leak tab settings to subsequent textIngo Schwarze
2017-06-17correct handling of blank lines after \cIngo Schwarze
2017-06-17Don't need to link with -ll or -ly.Brian Callahan
2017-06-17properly set the default indentationIngo Schwarze
2017-06-16Multiple tbl(7) improvements:Ingo Schwarze
2017-06-16Tweak some logging.Nicholas Marriott
2017-06-16Log terminal capabilities for each new terminal.Nicholas Marriott
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-15Finer grained pledge for at(1). After setegid(), do a three-way pledge:Theo Buehler
2017-06-15Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+Brian Callahan
2017-06-15"10th's of a second" -> "tenths of a second"Anthony J. Bentley
2017-06-15add a rough start to a pcache view, to show pool cpu cache info.David Gwynne
2017-06-15round default width of tbl(7) text blocks in the same way as groffIngo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
2017-06-14add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze
2017-06-14simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze
2017-06-14let \l use the right fill characterIngo Schwarze
2017-06-14improve rounding rules for scaling unitsIngo Schwarze
2017-06-14harmless, but weird typo; found with afterstep_faq(1)Ingo Schwarze
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze
2017-06-14implement roff(7) .rj (right justify) requestIngo Schwarze
2017-06-14Don't overwrite error message when it is available inNicholas Marriott
2017-06-14Add missing error message when no target, GitHub issue 971.Nicholas Marriott
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze
2017-06-14Add user@host prefix to client's "Permisison denied" messages, useful inDarren Tucker
2017-06-13Partial support for the \n[an-margin] number register.Ingo Schwarze
2017-06-13If the layout is empty except for requesting a left vertical frame,Ingo Schwarze
2017-06-13Delete the arbitrary range restriction for -Owidth.Ingo Schwarze
2017-06-13fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze
2017-06-13Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.Ingo Schwarze
2017-06-13Do not require that unknown EXT_INFO extension values not containDamien Miller
2017-06-13missing prototype.Damien Miller
2017-06-13Remove xterm flag from key before checking prefix, reported by PeterNicholas Marriott
2017-06-12Two minor fixes for the "allbox" modifier:Ingo Schwarze
2017-06-12If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze
2017-06-12implement the tbl(7) "allbox" option;Ingo Schwarze
2017-06-12fix column width calculation for text block cellsIngo Schwarze
2017-06-12Implement automatic line breakingIngo Schwarze
2017-06-12Use openat() and unlinkat() instead of chdir()ing to the recovery dir.Todd C. Miller
2017-06-12rejname[] is also -r option buffer, and should be PATH_MAXTheo de Raadt
2017-06-12Need to flush out the linefeed after wrapper. GitHub issue 970.Nicholas Marriott
2017-06-12Add explicit keys for the bracketed paste sequences, both to avoid mixNicholas Marriott
2017-06-11ooops, fix a glitch in the previous commit...Ingo Schwarze