Commit Graph

1710 Commits

Author SHA1 Message Date
charnier
71f3417bb9 Nm does not always need an argument. 1997-07-02 06:30:51 +00:00
charnier
3f6defdfaa One newline should be enough. 1997-07-02 06:28:32 +00:00
wosch
9bb985006b Add forgotten newline.
Submitted by: Solaris gencat
1997-07-01 19:46:22 +00:00
charnier
cce3170ff8 Do not use argv[0] in usage(). 1997-07-01 06:37:34 +00:00
charnier
392cc87247 Add usage(), rcsid. Use getopt().
Obtained from: OpenBSD.
1997-07-01 06:34:31 +00:00
charnier
f3aa4e706e Use EX_USAGE in usage(). 1997-06-30 11:24:18 +00:00
charnier
46627309b6 Remove lines inside #ifdef 0/#endif. 1997-06-30 11:10:18 +00:00
charnier
bcc829f0c5 Add usage(). 1997-06-30 06:51:20 +00:00
charnier
761cfebef5 Document -k flag. 1997-06-30 06:50:07 +00:00
charnier
136480890d Use err(3) instead of local redefinition. Change argument name in man
page to sync with usage string.
1997-06-30 06:48:46 +00:00
charnier
c33fef67f8 Add usage string. Typo in man page. 1997-06-30 06:45:53 +00:00
charnier
a9bd3dc31f Uncompress is under .Nm not .Ar. 1997-06-30 06:44:07 +00:00
charnier
f6e53120d8 Mdoc'ify man page. Use err(3). Remove whoami. 1997-06-30 06:42:43 +00:00
charnier
6f0d89b1c2 Use err(3). Add DIAGNOSTIC section name in man page. 1997-06-30 06:40:16 +00:00
charnier
2f5131f6ac Add missing -s flag in usage string. 1997-06-30 06:37:15 +00:00
obrien
4e5976e297 Add magic for FIGlet fonts and controlfiles
Obtained from:	Figlet v2.2 release.
1997-06-29 10:06:56 +00:00
pst
1b991716a4 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
1997-06-29 06:03:42 +00:00
steve
70ac32a720 Some minor cosmetic tweaks.
PR:			docs/3941
Partially submitted by:	uenami@imasy.or.jp
1997-06-28 19:27:51 +00:00
ache
404cec1eb8 Replace hand-made tolower conversions with real tolower from ctype 1997-06-27 10:21:22 +00:00
ache
ca7a350053 Protect isspace by isascii to not count high spaces 1997-06-27 10:09:50 +00:00
ache
13eedc9f63 Activate collate to sort local files properly for completion 1997-06-27 09:38:07 +00:00
ache
fae8900137 Localize it (ctype)
8bit ctype clean fixes
(I can't input 8bit chars otherwise in this new ftp, it beeps)
1997-06-27 09:30:15 +00:00
charnier
58f4514cd9 Use err(3) instead of local redefinition. 1997-06-26 11:26:20 +00:00
charnier
d9b3513e3c Add usage(). Put program name in bold in the man page. 1997-06-26 11:25:17 +00:00
charnier
948c4a67c3 Remove use of progname. Add usage(). 1997-06-26 11:23:47 +00:00
charnier
6b6d733955 Correct usage string. Program name converted to bold in man page. 1997-06-26 11:22:12 +00:00
tegge
588fb5df8a Treat no match as a failure. This is the normal behaviour on SunOS. 1997-06-25 21:02:12 +00:00
msmith
89334bc82c Import substantial improvements to ftp(1) from NetBSD, largely the
work of Luke Mewburn.

This includes, but is not limited to :

 - commandline editing and history.
 - local and remote filename completion.
 - a new progress display.
 - the ability to access files using either the ftp or http protocols,
   and use http proxies for ftp transfers.

The FreeeBSD "restricted ports" functionality was preserved.

Obtained from:	NetBSD
1997-06-25 08:56:46 +00:00
charnier
a7f2d3da85 Update manpage to newer version. Use err(3). 1997-06-25 07:02:03 +00:00
charnier
8a89f6079c Free a malloc'ed variable before exiting. Compute line number when parsing
input file, it helps finding errors.
Obtained from: OpenBSD.
1997-06-25 06:59:55 +00:00
tegge
b2e3846ead Don't depend upon the kernel load address being 0xf0100000. 1997-06-24 15:56:41 +00:00
charnier
a300c51544 Document the use of `ls -lo' to see flags.
Obtained from: OpenBSD.
1997-06-24 06:57:11 +00:00
charnier
c32c798b05 Add prototypes to functions. Make -Wall happy. 1997-06-24 06:54:43 +00:00
charnier
c8e3da3b20 Remove use of program_name variable. 1997-06-24 06:52:33 +00:00
charnier
96376ee333 Revert part of previous commit. I didn't see rcsid string in the middle of
the file. Put includes in alphabetical order.
1997-06-24 06:26:32 +00:00
tegge
9c1e6b87a1 Long command names are not NUL terminated. Force truncation in format string. 1997-06-23 22:09:15 +00:00
charnier
3d2e5f4b7c Typo fix: Alan Turning is aka Alan Turing. 1997-06-23 06:52:58 +00:00
charnier
2d49da06e0 Use err(3). Abort if strdup() returns NULL. 1997-06-23 06:52:13 +00:00
charnier
14698cd80a Upgrade to a newer version. Old synopsys was incorrect.
Obtained from: OpenBSD
1997-06-23 06:49:42 +00:00
charnier
8b0eb34c58 Use err(3). Typo fix in usage string. 1997-06-23 06:47:12 +00:00
charnier
514c793c39 Typo fix in man page. Use err(3) instead of local copy. 1997-06-23 06:45:38 +00:00
charnier
ff79b92da8 Use err(3).
Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
1997-06-23 06:44:18 +00:00
charnier
6052f2e1ee Convert man page to mdoc format. Cosmetic in usage string. 1997-06-23 06:41:30 +00:00
steve
f8049f60d8 Fix a minor nit in the .Dd macro invocation so that
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
steve
7a5541cde7 Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
jdp
6ad9fbf529 Add some cross references and alphabetize them. 1997-06-21 23:05:44 +00:00
max
54ca0a3181 Typo fix.
PR:		3869
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-06-14 19:45:00 +00:00
ache
66946f9305 Remove srandomdev fallback code 1997-06-14 00:27:03 +00:00
tegge
49a4edd9b1 Work around a gcc bug (causing false warnings about integral constant being too large, even when the integral constant was e.g. 1). 1997-06-12 18:10:08 +00:00
ache
dad173c0c8 Add yet one holiday 1997-06-11 16:32:11 +00:00