green
f38843e936
Uncorrupt the SCCS id (s/ From: / /).
...
Put a tab before the comment for "rflags".
Submitted by: bde
2000-03-20 21:31:30 +00:00
guido
11b9017514
Add '-L' option to usage().
2000-03-20 18:33:11 +00:00
green
5802589ba8
Fix a couple hard sentence breaks I inadvertently introduced. Also,
...
update a bit of English into something easier to read.
Prompted by: sheldonh (thanks!)
2000-03-20 16:21:53 +00:00
sheldonh
1055c7c0e9
Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctly
...
removed an erroneous cross-reference to ld.so(1), which doesn't
exist in FreeBSD.
PR: 17468
Submitted by: Randall Hopper <aa8vb@ipass.net>
2000-03-20 13:30:11 +00:00
green
f556f75f09
Add a new flag: -E enables "extended" regular expressions.
2000-03-19 19:41:53 +00:00
green
064bd228d5
Add $FreeBSD$.
2000-03-19 19:39:41 +00:00
kris
dac6e5d6ae
Add and document a NO_X knob to force disabling of X support in doscmd
...
Requested by: sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
sef
855f88c9ee
Change the output of truss to more closely resemble SysV's. (Yes, it
...
really is much nicer looking.)
Submitted by: "Matthew N. Dodd" <winter@jurai.net>
2000-03-18 08:49:41 +00:00
green
d073c75df5
Support more filesystems in fstat(1): now you can use fstat(1) to
...
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>
2000-03-16 02:02:34 +00:00
bsd
afe650499c
Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.
2000-03-15 15:01:04 +00:00
archie
a31736f356
Identify timezone data files by their ``TZif'' magic number.
...
Add $FreeBSD$ tag.
2000-03-14 21:28:22 +00:00
shin
a6a887a7e3
Don't suppress Flags and Refs info for IPv4 entries.
...
(They need to be suppressed by default for IPv6 entries to keep the column
size of each entries in 80.)
2000-03-14 17:18:43 +00:00
shin
cd961dcd26
Add a flag to the usage display.
...
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
2000-03-11 20:14:08 +00:00
shin
3e5e4c28ce
Add "-l" option description.
...
Noticed the necessity by Ben Smithurst <ben@scientia.demon.co.uk> message
on freebsd-current.
2000-03-11 14:33:13 +00:00
shin
45b25e4586
Prevent sockstat print out some empty entries related to IPv6.
...
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
2000-03-11 11:25:00 +00:00
sheldonh
1387c77310
Fix whitepace in the arguments of two Xr macros.
2000-03-10 14:46:30 +00:00
sheldonh
e89d7fd619
Mark up the optional -c option with the Op macro.
...
PR: 17271
Submitted by: David Malone <dwmalone@maths.tcd.ie>
2000-03-09 09:27:40 +00:00
kris
0d1f47825b
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
...
Approved by: jkh
2000-03-09 06:29:05 +00:00
cracauer
1a6acdd95f
Print a warning and exit with != 0 when at least one downloaded file
...
is shorter than previously announced by the server.
Tested by asami.
Approved by: jkh
2000-03-08 13:02:11 +00:00
nik
6bb8bef443
ftp(1)'s default pager is "more", not "less", as documented.
...
PR: docs/17099
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:03:16 +00:00
green
d5638c997d
Make a run-on sentence into two proper sentences, and clarify the meaning
...
a bit.
2000-03-06 23:06:11 +00:00
sheldonh
4402d054c2
Remove more single-space hard sentence breaks.
2000-03-06 09:45:37 +00:00
shin
73d476cc64
CMSG_XXX macros alignment fixes to follow RFC2292.
...
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
2000-03-03 11:13:12 +00:00
obrien
b813631de1
Tell people how to look up NIC handle information these days (for the two
...
cases I know about -- Netsol and ARIN).
2000-03-02 22:51:17 +00:00
sheldonh
244b8ead7d
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
sheldonh
49c4458c80
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
nik
a00cc32757
Fix errors in .Xr usage.
...
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:48:35 +00:00
nik
c07240daf8
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
nik
5821f0cfa5
Remove reference to nwfsrc(8), replace with reference to
...
/usr/share/examples/nwclient/dot.nwfsrc.
PR: docs/17059
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:43:11 +00:00
gsutter
e6ff2e2d41
underline "pattern" in the synopsis.
...
PR: 17042
Submitted by: Edwin Groothuis <mavetju@chello.nl>
2000-02-28 21:23:27 +00:00
shin
0f87228bd0
Previous fix was incomplete and has problem in reverse lookup failed dest,
...
so fix it.
Approved by: jkh
Submitted by: Ian West <ian@niw.com.au>
2000-02-28 18:37:07 +00:00
ache
da3655121c
Fix diagnostic printing test condition (was always true)
...
Approved by: jkh
2000-02-28 01:48:50 +00:00
ru
1cfb3ec092
Remove option's description that has gone with PAM.
2000-02-27 07:14:33 +00:00
shin
a310d24367
Update sockstat to support INET6 socket printing.
...
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: des
2000-02-26 02:56:16 +00:00
markm
7926f9a427
Use libcrypto in place of libdes.
2000-02-24 21:06:22 +00:00
shin
d693ba6b01
Correctly print out "Connected to" hostname.
...
Temporal buffer was used for the hostname and freed before actually used.
Specified by: ru
Approved by: jkh
2000-02-24 19:01:38 +00:00
bsd
0cb88de5b6
Fix a 'tip' core dump caused by a null pointer dereference when
...
sending a file to the remote system.
PR: bin/15660
Reviewed by: jkh
Approved by: jkh
2000-02-22 02:01:17 +00:00
ache
92446000b5
Fix several problems with EPSV (verbosity, one-per-session, missing place)
...
Approved by: jkh
2000-02-21 18:18:41 +00:00
shin
841fc647e8
Fixed a little bit strange INET6 output.
...
Specified by: Ben Smithurst <ben@scientia.demon.co.uk>
Approved by: jkh
2000-02-19 21:46:45 +00:00
shin
981d4a6e4b
Use static buffer to save source route hostnames.
...
Approved by: jkh
2000-02-19 16:33:14 +00:00
shin
e1b335a34c
Print "Trying ..." for each host. Also cleanups for error printing.
...
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-02-19 16:17:41 +00:00
shin
2c906dc972
Removed bogus line.
...
Specified by: ache
Approved by: jkh
2000-02-19 16:13:03 +00:00
shin
6499577085
Added IPv6 name resolving support for utmp logging.
...
Approved by: jkh
2000-02-19 15:57:52 +00:00
shin
0dc6c76d54
Don't try EPSV once it failed.
...
Specified by: Andrey A. Chernov" <ache@nagual.pp.ru>
Approved by: jkh
2000-02-18 07:02:48 +00:00
sef
0446e158ad
Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).)
...
Submitted by: Bruce Evans
2000-02-15 20:25:47 +00:00
shin
77f276d5ac
Fix bugs in telnet.
...
Sorry there were still several bugs.
-error retry at af missmatch was incomplete.
-af matching for source addr option was wrong
-socket was not freed at retry.
Approved by: jkh
2000-02-15 15:59:12 +00:00
shin
c83f0a97bd
Add -4 and -6 options.
...
Current getaddrinfo() implemetation has a problem of too much resolving
waiting time on INET6 enabled systems.
-4 and -6 options can limit name resolving address family and is a possible
workaround for the problem.
Approved by: jkh
2000-02-15 15:11:40 +00:00
unfurl
2ab3d3d179
PR: 10850
...
Submitted by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
2000-02-15 03:00:47 +00:00
chris
9d118bd000
Remove the version information from `.Os FreeBSD' here. Not only
...
might it confuse people, but it causes a warning message with
nroff, and no version history mentions a 1.2 version of FreeBSD.
If anything, a ``HISTORY'' section should show which version this
appeared in.
2000-02-14 01:47:54 +00:00
chris
d57040b51d
Reduce the number of args to .%T to an acceptable number by
...
removing the `Nm' command from the line. This means that %T
will actually work.
2000-02-14 01:21:13 +00:00