diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-06-04 08:26:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-06-04 08:26:56 +0000 |
commit | 0d083acaef8648430d433e13e8e89668f455d057 (patch) | |
tree | e4955c8605cb517839cfeebdead313b53c02c8d1 | |
parent | b3bf4767c9616e9ca4cee7ff3425f0cc8dca57b8 (diff) |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 | ||||
-rw-r--r-- | share/man/man9/disklabel.9 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index aceca9a8401..55f8f75cc07 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.280 2011/06/01 12:05:13 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.281 2011/06/04 08:26:55 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2011 $ +.Dd $Mdocdate: June 4 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1097,7 +1097,7 @@ cd ${WRKDIR} for archive in ${EXTRACT_ONLY} do case $$archive in - *.tar.xz) + *.tar.xz) xzcat ${FULLDISTDIR}/$$archive| tar xf -;; *.zip) unzip -q ${FULLDISTDIR}/$$archive -d ${WRKDIR};; diff --git a/share/man/man9/disklabel.9 b/share/man/man9/disklabel.9 index 5432d519d14..8172bee83ce 100644 --- a/share/man/man9/disklabel.9 +++ b/share/man/man9/disklabel.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.9,v 1.14 2011/06/04 02:25:23 krw Exp $ +.\" $OpenBSD: disklabel.9,v 1.15 2011/06/04 08:26:55 jmc Exp $ .\" $NetBSD: disklabel.9,v 1.7 1999/03/06 22:09:29 mycroft Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -142,7 +142,7 @@ and sets the .Dv B_ERROR flag in .Dq Va b_flags . -A value of -1 is returned if any of the bound checks failed or +A value of \-1 is returned if any of the bound checks failed or transfer was attempted exactly at the end of disk partition. Otherwise the value of 1 is returned. .Sh SEE ALSO |