Jens Schweikhardt
2e3fbbc537
Correct minor grammos.
...
MFC after: 3 days
2002-12-22 14:39:23 +00:00
Tony Finch
2441656486
Improve the way base64 mode is enabled based on the program name,
...
so that it works when the path to b64encode is used to run it.
2002-10-20 14:18:25 +00:00
Tony Finch
23a4f59e03
Don't try (and fail) to fchmod /dev/stdout. Revert the manual page
...
to suggest the portable alternative to -p.
PR: 42356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
MFC after: 1 week
2002-09-03 19:37:23 +00:00
Tony Finch
59706ac3bb
Suggest -p instead of -o /dev/stdout.
...
PR: 42356
2002-09-03 10:18:56 +00:00
Juli Mallett
d784a077e4
Fix a late-night buglet in MLINKS ordering.
...
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
2002-05-19 20:39:42 +00:00
Juli Mallett
28130e4305
Synch usage() and manpage for b64encode/b64decode.
...
Make uudecode's usage more like that of other programs.
2002-05-19 11:22:54 +00:00
Juli Mallett
09bf07df21
Add b64decode & b64encode as synonyms for uudecode and uuencode -m,
...
respectively, for convenience when encoding or decoding base64 files.
As requested by various users.
2002-05-19 11:17:17 +00:00
Juli Mallett
4eb254c143
Group the output chunks differently, to try to match BSD/OS output. Switch
...
to using arithmatic to determine buffer sizes to encode into.
Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match
their output, too, since my decision of 8 output groups was wholly arbitrary.
2002-05-17 12:27:02 +00:00
Mike Barcroft
b2c80b69eb
Finish converting the rest of the function declaration and prototypes
...
to ANSI C. Use new source ID scheme.
2002-05-12 03:56:34 +00:00
Alfred Perlstein
3a9818f926
unbreak build:
...
K&R style main() makes gcc emit a warning about missing prototypes so
switch to ANSI.
2002-05-11 03:29:04 +00:00
Philippe Charnier
e8937ba009
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
Juli Mallett
30d7e7ef7d
In the BUGS section, mention that the ballooning of size mentioned here is
...
with regard to the traditional algorithm.
Suggested by: obrien
MFC after: 1 week
2002-04-20 03:56:12 +00:00
Juli Mallett
3cd5f68282
Bump WARNS to 4.
2002-04-20 00:20:54 +00:00
Warner Losh
3f330d7d1a
remove __P
2002-03-22 01:42:45 +00:00
Ruslan Ermilov
6edbab2f7b
mdoc(7) police: fix markup and uudecode(1) -o option description.
2002-03-15 16:03:29 +00:00
Mike Barcroft
68ed097b75
Initialize `output' in a more proper location.
...
Submitted by: roam
2002-03-05 10:58:06 +00:00
Juli Mallett
0e01f18b86
Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.
...
Add `-o' option to uuencode(1) to pipe the uuencoded output to an
arbitrary file, instead of just stdout.
Reviewed by: -standards, mike
Approved by: mike
2002-03-05 03:27:47 +00:00
Mike Barcroft
aa7b0c75c5
Un-deprecate the -p option. We now have two ways to output to stdout:
...
`-o /dev/stdout' or `-p'.
Requested by: grog, nectar
2002-02-16 09:18:33 +00:00
Mike Barcroft
c3751af262
Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option
...
(which allows one to redirect output to stdout); `-o /dev/stdout' is
recommended instead.
Submitted by: Joseph Mallett <jmallett@xMach.org>
MFC after: 2 weeks
2002-01-27 18:21:23 +00:00
Mark Murray
49601c4327
WARNS=2 is to become the default, so remove it from here.
2001-12-11 23:14:43 +00:00
Ruslan Ermilov
66e062451e
Pad input with null characters if it is not a multiple of 3.
...
PR: bin/31156
MFC after: 1 week
2001-10-09 11:05:27 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Ruslan Ermilov
625003720a
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
Dima Dorfman
7a19d1bbb9
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 19:50:42 +00:00
Dima Dorfman
7d6d31cb79
Satisfy gcc's parenthetical needs and clamp down with WANRS=2.
...
Reviewed by: md5(1)
2001-06-17 06:22:30 +00:00
Ruslan Ermilov
dc12be5258
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
Ruslan Ermilov
9b88faecd3
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
Ruslan Ermilov
8fe908ef0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
Sheldon Hearn
87faa07bec
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
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Nik Clayton
3be5f1f5ce
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:24:20 +00:00
Wolfram Schneider
dfe64147d2
Add two new options:
...
-i Do not overwrite files.
-s Do not strip output pathname to base filename. By default uuencode
deletes any prefix ending with the last slash '/' for security
purpose.
1998-01-25 19:26:05 +00:00
Philippe Charnier
f296f8ebb4
Use err(3).
1997-08-22 06:53:00 +00:00
Warner Losh
1c8af87873
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
Peter Wemm
c115df18cd
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
Wolfram Schneider
d4e6625140
Fix ranges - off by one.
1997-02-18 17:08:27 +00:00
Wolfram Schneider
da1ff3cb8a
Sort cross references.
1997-01-15 23:25:55 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
2d6a6bc9a8
New options for uudecode
...
-p Decode file and write output to standard output.
-c Decode more than one uuencode'd file from file if possible.
1996-10-21 22:02:30 +00:00
Joerg Wunsch
229cd11bba
Minor correction regarding the last line of an uuencoded file.
...
Submitted by: Giles Lean <giles@topaz.nemeton.com.au>
1996-03-17 09:49:51 +00:00
Mike Pritchard
bcff8e2ae4
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
Garrett Wollman
b35bdc400c
More merry makefile munging for man page compatability.
1994-08-05 19:00:04 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00