summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* .Nm changescharnier2000-03-261-5/+4
|
* Add DIAGNOSTICS section namecharnier2000-03-261-4/+3
| | | | Options: -> The following options are available:
* Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.charnier2000-03-262-45/+60
|
* Add -d and -t flags to usage. Add usage().charnier2000-03-262-10/+29
|
* Typocharnier2000-03-261-1/+1
|
* Use errx(), remove unused #include. Correct SYNOPSIScharnier2000-03-262-20/+14
|
* Add .Nm.charnier2000-03-261-5/+5
| | | | Options: -> The following options are available:
* Add DIAGNOSTICS section name and section name to .Xr.charnier2000-03-261-13/+18
|
* DIAGNOSTICS section name missing and .Nm changescharnier2000-03-263-11/+11
|
* Use errx(). .Nm fixescharnier2000-03-262-12/+12
|
* Use warnx(), -Wall cleaning and remove unused #includecharnier2000-03-262-12/+15
| | | | Better use of .Nm and .Ar
* Correct grammar.sheldonh2000-03-242-112/+170
| | | | | | | | Rename and (where appropriate) re-order sections. Put something useful in the BUGS section. Clear the Os macro and add a HISTORY section. Reviewed by: bp
* fix bug with du -hdmharo2000-03-241-1/+1
| | | | Submitted by: dcs
* Change the usage of the .Nm macro in the NAME section to bempp2000-03-241-1/+4
| | | | consistent with the rest of the system.
* Clear the Os macro and provide an HISTORY section instead.sheldonh2000-03-231-1/+6
|
* Correct grammar.sheldonh2000-03-231-25/+26
| | | | | | | | | | | | | Rename and (where appropriate) re-order sections: NOTES -> IMPLEMENTATION NOTES AUTHOR -> AUTHORS Put something useful in the BUGS section. Only the first gammar fix in the file comes was given in the attributed PR. PR: 17545 Submitted by: Yoshihiro Ota <hiro@mail.advok.com>
* Uncorrupt the SCCS id (s/ From: / /).green2000-03-201-2/+2
| | | | | | Put a tab before the comment for "rflags". Submitted by: bde
* Add '-L' option to usage().guido2000-03-201-1/+1
|
* Fix a couple hard sentence breaks I inadvertently introduced. Also,green2000-03-201-7/+9
| | | | | | update a bit of English into something easier to read. Prompted by: sheldonh (thanks!)
* Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctlysheldonh2000-03-201-1/+0
| | | | | | | | removed an erroneous cross-reference to ld.so(1), which doesn't exist in FreeBSD. PR: 17468 Submitted by: Randall Hopper <aa8vb@ipass.net>
* Add a new flag: -E enables "extended" regular expressions.green2000-03-194-8/+21
|
* Add $FreeBSD$.green2000-03-191-1/+2
|
* Add and document a NO_X knob to force disabling of X support in doscmdkris2000-03-191-2/+2
| | | | Requested by: sysop@silver.komanda.com.ua
* Change the output of truss to more closely resemble SysV's. (Yes, itsef2000-03-187-31/+24
| | | | | | really is much nicer looking.) Submitted by: "Matthew N. Dodd" <winter@jurai.net>
* Support more filesystems in fstat(1): now you can use fstat(1) togreen2000-03-165-22/+316
| | | | | | | | | find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
* Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.bsd2000-03-152-4/+26
|
* Identify timezone data files by their ``TZif'' magic number.archie2000-03-141-0/+4
| | | | Add $FreeBSD$ tag.
* Don't suppress Flags and Refs info for IPv4 entries.shin2000-03-141-2/+2
| | | | | (They need to be suppressed by default for IPv6 entries to keep the column size of each entries in 80.)
* Add a flag to the usage display.shin2000-03-111-2/+2
| | | | | | | | | There was a missing description for a new flags to netstat. I already added the fix to netstat man, but usage() change is also necessary. Specified by: Ben Smithurst <ben@scientia.demon.co.uk> Approved by: jkh
* Add "-l" option description.shin2000-03-111-1/+3
| | | | | Noticed the necessity by Ben Smithurst <ben@scientia.demon.co.uk> message on freebsd-current.
* Prevent sockstat print out some empty entries related to IPv6.shin2000-03-111-2/+2
| | | | | | | | | | Sockstat use netstat tcp/udp socket print, and fstat tcp/udp socket print, but it just specify all of IPPROTO_IP and IPPROTO_IPV6 sockets for fstat. Now IPv6 socket also use raw socket, but only netstat don't print it, so now they are printed as empty entries in sockstat output. Approved by: jkh
* Fix whitepace in the arguments of two Xr macros.sheldonh2000-03-101-2/+2
|
* Mark up the optional -c option with the Op macro.sheldonh2000-03-091-1/+1
| | | | | PR: 17271 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-093-3/+3
| | | | Approved by: jkh
* Print a warning and exit with != 0 when at least one downloaded filecracauer2000-03-084-22/+44
| | | | | | | | is shorter than previously announced by the server. Tested by asami. Approved by: jkh
* ftp(1)'s default pager is "more", not "less", as documented.nik2000-03-071-1/+1
| | | | | PR: docs/17099 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Make a run-on sentence into two proper sentences, and clarify the meaninggreen2000-03-061-3/+2
| | | | a bit.
* Remove more single-space hard sentence breaks.sheldonh2000-03-062-2/+4
|
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
| | | | | | | Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun
* Tell people how to look up NIC handle information these days (for the twoobrien2000-03-021-0/+10
| | | | cases I know about -- Netsol and ARIN).
* Remove more single-space hard sentence breaks.sheldonh2000-03-026-11/+22
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0153-292/+583
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix errors in .Xr usage.nik2000-03-012-4/+4
| | | | | PR: docs/17057 Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* s/curses/ncurses/nik2000-03-011-1/+1
| | | | | PR: docs/17061 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Remove reference to nwfsrc(8), replace with reference tonik2000-03-011-1/+1
| | | | | | | /usr/share/examples/nwclient/dot.nwfsrc. PR: docs/17059 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* underline "pattern" in the synopsis.gsutter2000-02-281-1/+1
| | | | | PR: 17042 Submitted by: Edwin Groothuis <mavetju@chello.nl>
* Previous fix was incomplete and has problem in reverse lookup failed dest,shin2000-02-281-3/+2
| | | | | | | | so fix it. Approved by: jkh Submitted by: Ian West <ian@niw.com.au>
* Fix diagnostic printing test condition (was always true)ache2000-02-281-1/+1
| | | | Approved by: jkh
* Remove option's description that has gone with PAM.ru2000-02-271-9/+1
|
* Update sockstat to support INET6 socket printing.shin2000-02-262-6/+10
| | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: des
OpenPOWER on IntegriCloud