diff options
author | tron <tron@pkgsrc.org> | 1999-04-07 23:30:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-07 23:30:59 +0000 |
commit | 89465bbd8aaa127fba636ae7169683c2bd418c33 (patch) | |
tree | ec36fb45eea99e6f9b18f7c8ced5d48bc5456798 /sysutils/mkisofs | |
parent | 023f9af587d853505a2f58c354bb948f0670fbc7 (diff) | |
download | pkgsrc-89465bbd8aaa127fba636ae7169683c2bd418c33.tar.gz |
Correct manual page: the "-o filename" argument is optional.
Fixes PR pkg/7315 by Mason Loring Bliss.
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/mkisofs/patches/patch-aa b/sysutils/mkisofs/patches/patch-aa new file mode 100644 index 00000000000..fc8189dca97 --- /dev/null +++ b/sysutils/mkisofs/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.4 1999/04/07 23:30:59 tron Exp $ + +--- mkisofs.8.orig Tue Jun 2 05:36:16 1998 ++++ mkisofs.8 Thu Apr 8 01:29:24 1999 +@@ -1,6 +1,3 @@ +-# +-# $Id: patch-aa,v 1.4 1999/04/07 23:30:59 tron Exp $ +-# + .\" -*- nroff -*- + .TH MKISOFS 8 "12 Oct 1997" "Version 1.11.3" + .SH NAME +@@ -82,8 +79,10 @@ + .B \-m + .I glob + ] ++[ + .B \-o + .I filename ++] + .I path + .SH DESCRIPTION + .B mkisofs |