diff options
author | 2003-10-25 07:50:51 +0000 | |
---|---|---|
committer | 2003-10-25 07:50:51 +0000 | |
commit | 480d9a8cd302d0ce145b6783d4b354525a12570e (patch) | |
tree | 5dce862fdfbefcb14bb196d269cd479f018ece30 | |
parent | receiveing -> receiving; from Jared Yanovich; (diff) | |
download | wireguard-openbsd-480d9a8cd302d0ce145b6783d4b354525a12570e.tar.xz wireguard-openbsd-480d9a8cd302d0ce145b6783d4b354525a12570e.zip |
bzcat2 -> bzcat; from Jared Yanovich;
-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. |