From bb16a5615f6f8bf80802e33ebdfd7f2b14525813 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 29 Jul 2010 20:17:05 +0000 Subject: [PATCH] Corrected manual text about -read_mkisofsrc --- xorriso/xorriso.1 | 4 ++-- xorriso/xorriso.info | 4 ++-- xorriso/xorriso.texi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorriso/xorriso.1 b/xorriso/xorriso.1 index bbf31c4e..f9fe9cf9 100644 --- a/xorriso/xorriso.1 +++ b/xorriso/xorriso.1 @@ -3315,11 +3315,11 @@ From then on, options are interpreted as xorriso options. .TP \fB\-read_mkisofsrc\fR Try one by one to open for reading: - ./.mkisofsrc , $MKISOFSRC , $HOME/.mkisofsrc , $(basename $0)/.mkisofs + ./.mkisofsrc , $MKISOFSRC , $HOME/.mkisofsrc , $(dirname $0)/.mkisofsrc .br On success interpret the file content as of man mkisofs CONFIGURATION, and end this command. Do not try further files. -The last address is used only if start argument 0 has a non-trivial basename. +The last address is used only if start argument 0 has a non-trivial dirname. .br The reader currently interprets the following NAME=VALUE pairs: APPI (-application_id) , PUBL (-publisher) , SYSI (-system_id) , diff --git a/xorriso/xorriso.info b/xorriso/xorriso.info index 738e5970..2ee25b94 100644 --- a/xorriso/xorriso.info +++ b/xorriso/xorriso.info @@ -2955,11 +2955,11 @@ programs trigger comparable actions. -read_mkisofsrc Try one by one to open for reading: ./.mkisofsrc , $MKISOFSRC , - $HOME/.mkisofsrc , $(basename $0)/.mkisofs + $HOME/.mkisofsrc , $(dirname $0)/.mkisofsrc On success interpret the file content as of man mkisofs CONFIGURATION, and end this command. Do not try further files. The last address is used only if start argument 0 has a - non-trivial basename. + non-trivial dirname. The reader currently interprets the following NAME=VALUE pairs: APPI (-application_id) , PUBL (-publisher) , SYSI (-system_id) , VOLI (-volid) , VOLS (-volset_id) diff --git a/xorriso/xorriso.texi b/xorriso/xorriso.texi index aab476a8..f029511d 100644 --- a/xorriso/xorriso.texi +++ b/xorriso/xorriso.texi @@ -3954,11 +3954,11 @@ From then on, options are interpreted as xorriso options. @kindex -read_mkisofsrc searches and reads .mkisofsrc file @cindex Emulation, .mkisofsrc, -read_mkisofsrc Try one by one to open for reading: - ./.mkisofsrc , $MKISOFSRC , $HOME/.mkisofsrc , $(basename $0)/.mkisofs + ./.mkisofsrc , $MKISOFSRC , $HOME/.mkisofsrc , $(dirname $0)/.mkisofsrc @* On success interpret the file content as of man mkisofs CONFIGURATION, and end this command. Do not try further files. -The last address is used only if start argument 0 has a non-trivial basename. +The last address is used only if start argument 0 has a non-trivial dirname. @* The reader currently interprets the following NAME=VALUE pairs: APPI (-application_id) , PUBL (-publisher) , SYSI (-system_id) ,