diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-25 07:50:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-25 07:50:52 +0000 |
commit | e0a7d69dcefe23420c1c586d5a589654e2283680 (patch) | |
tree | 5bfc72cf009967616a2c71803cf0691eb1d35f64 /share/man | |
parent | be010733e685cfa2195a64722d92247c9fcecafc (diff) |
bzcat2 -> bzcat; from Jared Yanovich;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/compat_freebsd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index 6d8844f5ce5..7b19d32cf93 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_freebsd.8,v 1.16 2003/08/23 19:26:25 tedu Exp $ +.\" $OpenBSD: compat_freebsd.8,v 1.17 2003/10/25 07:50:51 jmc Exp $ .\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -369,7 +369,7 @@ The files called ``base.??'' are tar-ed, gzipped and split, so they can be extracted with ``cat base.?? | tar zpxf -''. .Pp The XFree86 libraries are compressed with bzip2 and can be -extracted with ``bzcat2 <file> | tar pxf -''. +extracted with ``bzcat <file> | tar pxf -''. Note: The bzip2 utilities are not part of a base .Ox system. |