joel
29af67e52c
Remove the advertising clause from UCB copyrighted files in usr.bin. This
...
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
2010-12-11 08:32:16 +00:00
gavin
b1c566e1ce
Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju
...
where needed. Also, fix bad indentation on lines already affected by the
above changes.
Tested with: make universe
2010-06-28 12:00:20 +00:00
dwmalone
fa4a359159
1) Mark usage as dead2.
...
2) Deregister.
3) New style function definitions.
Some WARNS still remain here - some printf format warning on some
arches and the compiler can't see that a variable should always be
initialised.
2010-01-05 21:09:59 +00:00
ed
9b380e30d4
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
ru
c3c62c2185
Document some details better, making it easier to translate.
2006-12-20 15:34:01 +00:00
ru
1541af42f1
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
ru
fb1d8b3724
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
roam
3a2d1f6823
Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.
...
PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month
2003-09-05 15:28:09 +00:00
charnier
7fdb309164
The .Nm utility
2003-06-08 14:36:22 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
ru
4979ab8d81
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
mike
b1d120cfbf
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
2002-03-25 05:23:45 +00:00
imp
0b20191705
remove __P
2002-03-22 01:42:45 +00:00
markm
31d81e4fbc
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
markm
b7a2b7c5dd
Fix the time of an intmax_t calculation; it is unsigned. Also print
...
it with the correct formatting (%ju, not %lld). GCC's -Wformat does
not understand this, so turn on NO_WERROR.
2001-12-12 22:46:56 +00:00
markm
7f940dc06c
WARNS=2 fixes. use __FBSDID().
2001-12-11 23:44:53 +00:00
peter
46b62d9c13
Initialize msg in main()
2001-08-13 21:58:16 +00:00
ru
36f138439b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
obrien
84709752a1
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
...
and remove leading `r'(aw) from it.
2001-03-08 09:04:40 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
ad83297f7a
Fixed typo: .ar -> .Ar.
2000-11-10 14:40:50 +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
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
nik
6578739ddb
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
billf
4822432874
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
phk
ca402ccf60
Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.
...
That doesn't work well for tapes over 4G.
I use tcopy a lot to write images of a tape to tape as tape to tape
copying is terribly slow. Slower than it should be. Quickly found out
tcopy can not rewind a file when doing copy/verify.
PR: 11386
Submitted by: David Kelly dkelly@hiwaay.net
Reviewed by: phk
1999-04-30 13:13:32 +00:00
jkoshy
405f483647
Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".
...
PR: 11347
Submitted by: Christian Weisgerber
1999-04-28 05:08:13 +00:00
ken
a75739e4d3
Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0)
...
PR: i386/8688
Submitted by: Bill Trost <trost@cloud.rain.com>
1998-11-16 00:05:46 +00:00
charnier
baddffcb88
Use err(3). Correct usage string. Change default tape to /dev/rst0.
1997-08-14 06:41:00 +00:00
imp
141381e1cb
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
phk
c3cebb2932
Make the counters unsigned longs so that tapes don't contain negative
...
number of bytes.
1995-12-31 09:00:24 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00