summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2012-08-22rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however itJason McIntyre
does not completely replace the contents of 954, so i've put references to both in;
2012-08-22remove unneccessary .Pp;Jason McIntyre
2012-08-22i missed usage and the manpage. prod by jmcTed Unangst
2012-08-22-h flag to print human numbers in conjunction with -w -bTed Unangst
2012-08-21flesh out the rfc sections;Jason McIntyre
2012-08-21Missing "-q" in usage().Antoine Jacoutot
ok espie@
2012-08-21xterm won't reach version 500 for a while so set that as the upper limit.Nicholas Marriott
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz.
2012-08-21Sort options.Antoine Jacoutot
"obviously okay" espie@
2012-08-21add -q "silent" option similar to grepMarc Espie
okay ajacoutot@, guenther@
2012-08-20make use of __only_inline to ask for gnu inline semanticsJonathan Gray
ok espie@
2012-08-19Stefan Unterweger pointed out that, contrary to the man page,Jason McIntyre
dc exited after processing any expressions and/or files; this is the doc fix, as requested by (and ok) otto
2012-08-18Fix http resume without out auth, which I broke on the last commit,Christiano F. Haesbaert
spotted by bluhm. ok bluhm.
2012-08-17Native mdoc versions of the sudo manuals, back-ported from sudo trunk.Todd C. Miller
2012-08-17Don't need this anymore, we have them in bsd.own.mk.Christiano F. Haesbaert
2012-08-17clarify that -w is used for raw output only (removes the 'not sure' XXXOkan Demirmen
comment). ok sthen@, jmc@
2012-08-17Send client banner immediately, rather than waiting for the server toDamien Miller
move first for SSH protocol 2 connections (the default). Patch based on one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@
2012-08-17print details of which host lines were deleted when usingDamien Miller
"ssh-keygen -R host"; ok markus@
2012-08-17add some comments about better handling first-KEX-follows notificationsDamien Miller
from the server. Nothing uses these right now. No binary change
2012-08-17Force a clean shutdown of ControlMaster client sessions when the ~. escapeDarren Tucker
sequence is used. This means that ~. should now work in mux clients even if the server is no longer responding. Found by tedu, ok djm.
2012-08-15(somewhat belatedly) update currency exchange rates;Jason McIntyre
2012-08-15a little more info on certificate validity;Jason McIntyre
requested by Ross L Richardson, and provided by djm
2012-08-14Add support for basic HTTP authentication as described on RFC 2617 andChristiano F. Haesbaert
RFC 3986. This allows the following idiom in ftp: ftp http[s]://user:pass@host/file With some pointers from halex a lot of testing and feedback from lteo, thanks a lot. ok lteo@
2012-08-14Boldify windows with alerts in choose-* list.Nicholas Marriott
2012-08-14Tidy up tty_write, from Sean Estabrooks.Nicholas Marriott
2012-08-14Use a separate define for each default format template and strip clutterNicholas Marriott
from the choose-tree defaults.
2012-08-14Add a patch missed during a merge sometime to useNicholas Marriott
TAILQ_FOREACH_SAFE. From Tiago Cunha.
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
2012-08-12Simplify width calculation (all numbers always sequential) and don'tNicholas Marriott
rely on uninitialized data, from Thomas Adam.
2012-08-12.Sq should use curly right quotes in HTML output to match its curlyMatthew Dempsky
left quotes. Also, properly reinitialize the styles attribute string buffer for each column in a table so that the attributes don't accumulate. tweak and ok schwarze
2012-08-11Remove dead code, from Sean Estabrooks.Nicholas Marriott
2012-08-11Another missing format from sam at sltosis.org.Nicholas Marriott
2012-08-11Fix a return type.Nicholas Marriott
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
them all and if there are more than 10 use a prompt when 0-9 is pressed. From Thomas Adam.
2012-08-11Add some missing formats from Samuel Le Thiec.Nicholas Marriott
2012-08-04zap nonsense codeMarc Espie
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
ok guenther@
2012-07-29Disable hyphenation and, for nroff, disable justification which isTodd C. Miller
consistent with how mdoc behaves (and produces more readable manuals). OK schwarze@
2012-07-29The '-' before the flags needs to be quoted to prevent nroffTodd C. Miller
from putting a line break between the '-' and the flag character. OK schwarze@
2012-07-29Use "\\ " not "\\~" as the non-breaking space as historic nroffTodd C. Miller
doesn't support the latter. OK schwarze@
2012-07-29Implement .PD for -Tascii.Ingo Schwarze
Reminded about the missing feature by millert@. This reduces mandoc/groff differences in base by 25%. ok millert@
2012-07-28Return a proper error message when we end up needed to parseJasper Lievisse Adriaanse
packages, but none were provided. Similar to what fd.o does.
2012-07-27Fix initializer botch introduced in r1.20 when 'oldval' field wasKenneth R Westerback
added into middle of struct field (sic), without adding appropriate initializer values. Move field to end of struct and let 0 be it's value. Spotted and diff from David Julio.
2012-07-22openssh 6.1Markus Friedl
2012-07-21Have sendbug(1) submit error reports to bugs@, instead of gnats@.Peter Hessler
OK deraadt@
2012-07-21Make kdump recognize the __MAP_NOREPLACE flag.Matthew Dempsky
ok deraadt
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
Issue first reported by naddy@ in rsync(1).
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1).
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8).
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
* When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9).