Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'proto <tcp|udp|all>' to select the protocol to display | steve | 1997-12-04 | 2 | -12/+21 |
| | | | | | | | | | in netstat-mode to avoid a conflict with tcp-mode. Also while documenting this new feature in the manpage, fix a minor display nit. PR: 5159 Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua> | ||||
* | In the "ldd -v" output, display the N_AUX information for each | jdp | 1997-11-28 | 1 | -3/+13 |
| | | | | | symbol. It indicates whether the symbol refers to a function or a data object. | ||||
* | Sort option list so that -amin works. | steve | 1997-11-28 | 1 | -1/+5 |
| | | | | | PR: 5171 Submitted by: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> | ||||
* | Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline is | charnier | 1997-11-24 | 1 | -3/+3 |
| | | | | missing. | ||||
* | Cleanup: fix a few typos, fit ASCII output onto an 80-column terminal | jraynard | 1997-11-23 | 1 | -16/+16 |
| | | | | and use a fixed font which actually exists. | ||||
* | Suggest using "-b" or "-t" if the connection is reset (typical symptom | fenner | 1997-11-22 | 1 | -1/+5 |
| | | | | of broken TCP stack). | ||||
* | Style fix. | guido | 1997-11-19 | 1 | -5/+7 |
| | | | | Complaint by: Bruce | ||||
* | Back out revision 1.10. It broke the build of sh, which compiles | jdp | 1997-11-18 | 1 | -4/+5 |
| | | | | this file with warnx() defined as a macro. | ||||
* | Fix: too many arguments for format in call to sprintf(). | jdp | 1997-11-18 | 1 | -1/+1 |
| | |||||
* | Fix: too many arguments for format string in 4 calls to warnx(). | jdp | 1997-11-18 | 1 | -5/+4 |
| | |||||
* | Add missing argument detected by "-Wformat". Make messages more | jdp | 1997-11-18 | 2 | -6/+6 |
| | | | | consistent. | ||||
* | Add missing arguments detected by "-Wformat". | jdp | 1997-11-18 | 1 | -3/+4 |
| | |||||
* | Make sure you do not get unexpected surprises whena remote file starts with '|'. | guido | 1997-11-17 | 1 | -2/+13 |
| | | | | Reviewed by: Joerg Wunsch | ||||
* | Note in manpage how extraneous output in initialization scripts | steve | 1997-11-16 | 1 | -2/+17 |
| | | | | | | | | can cause rdist to fail. PR: bin/4954 Reviewed by: wollman Submitted by: jhs | ||||
* | style-police got me. :-) | obrien | 1997-11-12 | 1 | -5/+9 |
| | | | | | | Also fixed some "didn't make the most sense" problems. Submitted by: bde | ||||
* | Correct some anomalies in the man page. | steve | 1997-11-11 | 1 | -34/+41 |
| | | | | | PR: 3808 Parially submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> | ||||
* | Add (unsigned) cast to prevent overflow in % | ache | 1997-11-10 | 1 | -2/+2 |
| | | | | Submitted by: "Alex G. Bulushev" <bag@demos.su> | ||||
* | Document the ``-o 3'' option. | obrien | 1997-11-09 | 1 | -2/+9 |
| | | | | The Man award to: Jo"rg | ||||
* | Need to skip argv[0] when we are named "sum". | obrien | 1997-11-09 | 1 | -1/+2 |
| | |||||
* | When called "sum", it is not documented as accepting any arguments. | obrien | 1997-11-09 | 1 | -23/+23 |
| | |||||
* | If "-l" is given, make sure the target of the link exist. | obrien | 1997-11-08 | 1 | -2/+6 |
| | |||||
* | Add Slovene link | ache | 1997-11-07 | 2 | -4/+4 |
| | |||||
* | Add link to Polish locale | ache | 1997-11-07 | 1 | -2/+2 |
| | |||||
* | Add Polish link | ache | 1997-11-07 | 1 | -2/+2 |
| | | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl> | ||||
* | Make window(1) honor the LC_CTYPE setting. | joerg | 1997-11-05 | 2 | -4/+31 |
| | | | | | | While i was at it, don't export \E[OA style cursor key strings into the TERMCAP variable since window's emulation doesn't support it. Instead, convert to \E[[A etc. | ||||
* | Localize it | ache | 1997-11-04 | 3 | -13/+13 |
| | |||||
* | /etc/magic -> /usr/share/misc/magic | steve | 1997-11-04 | 1 | -2/+2 |
| | | | | PR: docs/4872 | ||||
* | Add const to copyright string. Hide sccsid string. | charnier | 1997-11-03 | 1 | -4/+6 |
| | |||||
* | Convert to mdoc. | charnier | 1997-11-03 | 1 | -360/+323 |
| | |||||
* | Mdoc'ify man page. | charnier | 1997-11-03 | 3 | -116/+113 |
| | |||||
* | Use err(3). Silent -Wall. | charnier | 1997-11-03 | 8 | -110/+164 |
| | |||||
* | Typo. | wosch | 1997-11-01 | 1 | -2/+2 |
| | | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com> | ||||
* | Change diags to see what part of url actually parsed, see | ache | 1997-11-01 | 1 | -4/+4 |
| | | | | previous change about #? parms | ||||
* | Balance parentheses around command abbreviations. | jraynard | 1997-11-01 | 1 | -7/+8 |
| | | | | | PR: 4888 Submitted by: h-nokubi@nmit.tmg.nec.co.jp | ||||
* | Don't search for ':' port in ?# params part | ache | 1997-10-31 | 1 | -8/+20 |
| | | | | Require to correctly parse http://...cgi?http://... | ||||
* | I wonder how I managed to get the krb.h include wrong. Anyway: correct it. | guido | 1997-10-28 | 1 | -2/+2 |
| | |||||
* | 1) Create intermediate directories with 755, not 777 | ache | 1997-10-28 | 1 | -4/+5 |
| | | | | | 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d) | ||||
* | 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf) | ache | 1997-10-27 | 1 | -9/+9 |
| | | | | | | | 2) When uid/gid not specified, not try to set 0:0 owner, just do nothing. It makes possible to use install -d by users without setting their uid:gid each time. 3) Be more specific where install_dir fails | ||||
* | Add -c option that allows root to specify a login_class. | guido | 1997-10-27 | 2 | -19/+35 |
| | |||||
* | Better wording explaining that all single character options | steve | 1997-10-27 | 1 | -1/+10 |
| | | | | | | are extensions along with the previous list of primaries. Suggested by: bde | ||||
* | Offending statement removed from STANDARDS section. From what I | steve | 1997-10-27 | 1 | -14/+1 |
| | | | | | | | can gather from the Posix spec that I have (which is very old) all one character options are extensions to Posix. PR: docs/4701 | ||||
* | Typo fix. | steve | 1997-10-27 | 1 | -2/+2 |
| | | | | | PR: docs/4579 Submitted by: Stephen J. Roznowski <sjr@home.net> | ||||
* | typo. | wosch | 1997-10-26 | 1 | -2/+2 |
| | |||||
* | Use croation week day name. This avoid a name clash | wosch | 1997-10-26 | 2 | -6/+6 |
| | | | | | | | between `Subota' and `Sunday'. ^^ ^^ Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de> | ||||
* | Change defaults to match reality. | hoek | 1997-10-24 | 1 | -15/+17 |
| | | | | PR: docs/3817 | ||||
* | Fix a fatal typo. | joerg | 1997-10-19 | 1 | -2/+2 |
| | | | | | PR: bin/4801 Submitted by: mishania@demos.su (Mikhail A. Sokolov) | ||||
* | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. | wosch | 1997-10-13 | 5 | -3/+128 |
| | |||||
* | If uptime < 1 min print in in secs otherwise we got confusing message | ache | 1997-10-13 | 1 | -10/+12 |
| | | | | "up 1 user" | ||||
* | Submitted by: Joachim Kuebart, thanks. | helbig | 1997-10-12 | 2 | -11/+23 |
| | | | | Add -u option to force unbuffered output | ||||
* | Fix a misleading comment. Rename a variable to make more sense. | phk | 1997-10-11 | 1 | -5/+4 |
| | | | | Pointed out by by: bde |