summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-04-28the options list must be alphabetically sortedIgor Sobrado
ok by jmc@
2007-04-27typo; mikolaj.kucharski@gmailTheo de Raadt
2007-04-26replace REV, REV1 and REV2 with rev, rev1 and rev2, respectively;Igor Sobrado
substitute BRANCH, BRANCH1 and BRANCH2 with branch, branch1 and branch2 ok by jmc@, niallo@, and xsa@
2007-04-26replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@
2007-04-26`[-sstate[:rev]]' is not available in rcs(1)Igor Sobrado
ok by jmc@, niallo@, and xsa@
2007-04-26the message returned by usage() must fit on a 80-column displayIgor Sobrado
ok by jmc@, niallo@, and xsa@
2007-04-26compatibility (`do nothing') options do not need to be announcedIgor Sobrado
in the synopsis/usage(); we do not want `[-L label]' three times ok by jmc@, niallo@, and xsa@
2007-04-26replace tabs by spaces in the message returned by usage()Igor Sobrado
ok by jmc@, niallo@, and xsa@
2007-04-25Copy signal-safe edit function from sendbug.Ray Lai
OK millert@, threatened by deraadt@.
2007-04-25Remove extra code that only applies to setuid/setgid programs.Ray Lai
``Slacker! We'll burn your hands if you don't get going!'' deraadt@
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-04-24exeption -> exceptionMiod Vallat
2007-04-24replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@
2007-04-24changes "Usage" to "usage"; sorts options list in cvs history;Igor Sobrado
the argument to -z is tz, not timezone; argument names to flags should use lowercase letters; cvs's usage() output should fit on a 80-column display ok by jmc@, niallo@ and xsa@
2007-04-24support non-integral refresh intervals, possibly as low as 0.1s.Ted Unangst
this makes it more useful for real time display of fast changing stats ok art deraadt
2007-04-23Remove duplicate commmentTodd C. Miller
Simplify -j parsing Use warnx() not errx() for illegal -j option so that usage() gets called. When parsing -o don't go past the end of argv Sync usage() with man page, use __progname and make it line up nicely Based on a diff from Tobias Stoeckmann
2007-04-23chopping the end of this sentence off made more sense than fixing it;Jason McIntyre
ok xsa
2007-04-23Remove debug() left over from development. ok deraadt@Darren Tucker
2007-04-22Remove non-existent keyword protocol and replace it withMoritz Jodeit
the correct keywords (tcp, udp, all). Also add another missing argument to the show keyword. With and ok jmc@ and deraadt@
2007-04-22+04/22 Portuguese navigator Pedro Alvares Cabral becomes the firstPedro Martelletto
+ European to sight Brazil, 1500
2007-04-21Add a reference to the original RCS paper.Jonathan Gray
ok joris@ xsa@ jmc@
2007-04-20- correct signal handling and process waiting for the EDITOR support codeXavier Santolaria
(From ray's code in sendbug(1)) - nuke cvs_exec() as it is not used anymore Prompted by deraadt@ a few weeks ago. OK ray@.
2007-04-19Update to less version 382. This removes some code that is licensed underMarc Balmer
a non-BSD license and which was not used on OpenBSD. No functional changes. From Daniel Dickmann <didickman@gmail.com>, ok itojun, millert, ray, matthieu
2007-04-18adds a detailed synopsis to the man page; sorts options inIgor Sobrado
the description list and adds missing arguments; syncs usage() written with a lot of useful advice by jmc@ ok by jmc@
2007-04-18Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@Miod Vallat
2007-04-18cast "%llu" format spec to (unsigned long long); do not assume aKevin Steves
u_int64_t arg is the same as 'unsigned long long'. from Dmitry V. Levin <ldv@altlinux.org> ok markus@ 'Yes, that looks correct' millert@
2007-04-17For "spell -t" pass the -w flag to detex like we do for deroff.Todd C. Miller
From Owain Ainsworth.
2007-04-17Support proxies which require a password just like ftp servers accept passwordsDale Rahn
based on code from Florent Thoumie, ok millert@
2007-04-17cvsrc(5) is no more, so point to cvs(5) instead;Jason McIntyre
2007-04-16don't truncate wchan, ok miod@Otto Moerbeek
2007-04-16file argument is not mandatory, say so.Xavier Santolaria
from Pierre Riteau via ray@; OK jmc@.
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
ok beck@ ckuethe@ hshoexer@ millert@
2007-04-15adjust Makefile for my man changes;Jason McIntyre
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake
2007-04-15Add Leonhard Euler.Marco Pfatschbacher
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
found by mike erdely
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-04-14sorts the options in both the synopsis and usage()Igor Sobrado
ok by jmc@
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa
2007-04-14adds a detailed list of flags and arguments to the synopsis of gprof;Igor Sobrado
while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@
2007-04-13document dmesg(8) attachment a little more fully; ok rayJason McIntyre
2007-04-13+.Xr dmesg 8Jason McIntyre
2007-04-13include cleanup and fix in comment; from Mark LumsdenOtto Moerbeek
2007-04-13typo, reported by Matthew Clarke (clamat, telus dot net)Miod Vallat
2007-04-13spacesClaudio Jeker
2007-04-13the ellipsis in the synopsis of this command is not an optionalIgor Sobrado
argument. the argument name for -l must be the same in the synopsis and the options list. written with help by jmc@ ok by jmc@
2007-04-13- document server temporary directoryXavier Santolaria
- sort FILES OK jmc@.
2007-04-10restricts some of the commands that produce too much output when runHenning Brauer
without arguments. (eg. Show rib etc. etc, the sort of thing people can run far too casually). From: Adam Chappell <Adam.Chappell at interoute dot com>
2007-04-09spacing tweak in usage(); from Igor SobradoJason McIntyre
2007-04-08detect MP3 file with ID3 v2 tagNikolay Sturm
ok deraadt
2007-04-07use strtonum, from jason dixonTed Unangst