summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-05-31stderr should be used for error messages; this diff makes which(1)Igor Sobrado
2010-05-30Better to say "command key bindings" since we've just called themNicholas Marriott
2010-05-30There is no real reason not to list all the key bindings here ratherNicholas Marriott
2010-05-29subsitution -> substitution;Jason McIntyre
2010-05-27"Pa Ar" produces wonky output, and makes no sense;Jason McIntyre
2010-05-27include stdint.hAlexandre Ratchov
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-26sync manualsIngo Schwarze
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-25Don't die if the client has been detached when the job finishes, justNicholas Marriott
2010-05-25Fix an out-of-date comment.Nicholas Marriott
2010-05-25no more f77;Jason McIntyre
2010-05-25enable support for ``extended'' .wav files since certain programsAlexandre Ratchov
2010-05-25document that ".if n" is true; requested by kristaps@Ingo Schwarze
2010-05-24- note -o as an extensionJason McIntyre
2010-05-24document ignorance of .ds, .rm and .tr;Ingo Schwarze
2010-05-24document the -o optionTheo de Raadt
2010-05-24Support the -o operation in the non-binutils version, since someTheo de Raadt
2010-05-24plug second meta.source leak in .UT handling; from kristaps@Ingo Schwarze
2010-05-24lift 64-byte max width for Sh (now BUFSIZ); from kristaps@Ingo Schwarze
2010-05-24fix memory leak for .AT; from kristaps@Ingo Schwarze
2010-05-24Fix segfault in mixing old enum types for -Thtml -mdoc; from kristaps@.Ingo Schwarze
2010-05-24sync to bsd.lv: remove needless #include <time.h>Ingo Schwarze
2010-05-24remove the now unused #define MAN_EL_USE,Ingo Schwarze
2010-05-24The inputIngo Schwarze
2010-05-24sync to bsd.lv:Ingo Schwarze
2010-05-24Fix the code to add a line break before .Nm in the SYNOPSIS;Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23fix the build (oops, sorry!):Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-23implement .AT and .UC; from Joerg SonnenbergerIngo Schwarze
2010-05-23Small fix for `D1' and `Bd' in -Thtml; from kristaps@.Ingo Schwarze
2010-05-23Pass in the session, rather than the client, to window modes' key()Nicholas Marriott
2010-05-23remove unused functionCharles Longeau
2010-05-21colon() returns char*, so s/return (0)/return NULL/Damien Miller
2010-05-20Move the permit-* options to the non-critical "extensions" field for v01Damien Miller
2010-05-20fix logspam when key options (from="..." especially) deny non-matching keys;Damien Miller
2010-05-20Support nested roff instructions:Ingo Schwarze
2010-05-19Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott
2010-05-19remove unused variablesCharles Longeau
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
2010-05-17The function term_flushln() had effectively forked wrt to bsd.lv.Ingo Schwarze
2010-05-16Rewrite the main mdoc text parser, mdoc_ptext()Ingo Schwarze
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-05-16sync to bsd.lv: enable .Bl documentationIngo Schwarze
2010-05-16add forgotten header file, duh...Ingo Schwarze
2010-05-16allow the single quote as a control character in place of the dotIngo Schwarze
2010-05-16In theory, Kristaps never intended to write a roff parser,Ingo Schwarze
2010-05-15mdoc_isdelim now returns enum mdelim, not int any more;Ingo Schwarze