From 1efe7aaea628ac3a47c7f26bbf7ee64e91b0e6fa Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 24 Sep 2018 12:13:38 +0200 Subject: [PATCH] Corrected typo in documentation (found by lintian) --- xorriso/xorriso.1 | 8 ++-- xorriso/xorriso.info | 88 +++++++++++++++++++++--------------------- xorriso/xorriso.texi | 8 ++-- xorriso/xorrisofs.1 | 4 +- xorriso/xorrisofs.info | 46 +++++++++++----------- xorriso/xorrisofs.texi | 4 +- 6 files changed, 79 insertions(+), 79 deletions(-) diff --git a/xorriso/xorriso.1 b/xorriso/xorriso.1 index 36c82f89..460f065d 100644 --- a/xorriso/xorriso.1 +++ b/xorriso/xorriso.1 @@ -9,7 +9,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH XORRISO 1 "Version 1.5.1, Sep 16, 2018" +.TH XORRISO 1 "Version 1.5.1, Sep 24, 2018" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -947,9 +947,9 @@ See also commands \-getfattr, \-setfattr and above paragraph about xattr. .br Modes "on" and "user" read and write only attributes from namespace "user". .br -Mode "any" processes attributes of all namespaces. This might need adminstrator -privileges, even if the owner of the disk file tries to read or write the -attributes. +Mode "any" processes attributes of all namespaces. This might need +administrator privileges, even if the owner of the disk file tries to read or +write the attributes. .br Note that xattr from namespace "isofs." are never read from disk or restored to disk. Further it is not possible to set them via xorriso xattr manipulation diff --git a/xorriso/xorriso.info b/xorriso/xorriso.info index c1499397..dbc1185c 100644 --- a/xorriso/xorriso.info +++ b/xorriso/xorriso.info @@ -856,7 +856,7 @@ activate them only after image loading. Modes "on" and "user" read and write only attributes from namespace "user". Mode "any" processes attributes of all namespaces. This might need - adminstrator privileges, even if the owner of the disk file tries + administrator privileges, even if the owner of the disk file tries to read or write the attributes. Note that xattr from namespace "isofs." are never read from disk or restored to disk. Further it is not possible to set them via @@ -5812,48 +5812,48 @@ Node: Commands25598 Node: ArgSort27275 Node: AqDrive28769 Node: Loading32883 -Node: Insert54149 -Node: SetInsert65652 -Node: Manip75084 -Node: CmdFind85184 -Node: Filter104113 -Node: Writing108735 -Node: SetWrite118891 -Node: Bootable143650 -Node: Jigdo169845 -Node: Charset174104 -Node: Exception177433 -Node: DialogCtl183562 -Node: Inquiry186164 -Node: Navigate195048 -Node: Verify203505 -Node: Restore213528 -Node: Emulation222141 -Node: Scripting232600 -Node: Frontend240383 -Node: Examples250009 -Node: ExDevices251187 -Node: ExCreate251848 -Node: ExDialog253148 -Node: ExGrowing254419 -Node: ExModifying255228 -Node: ExBootable255738 -Node: ExCharset256293 -Node: ExPseudo257189 -Node: ExCdrecord258116 -Node: ExMkisofs258436 -Node: ExGrowisofs259793 -Node: ExException260947 -Node: ExTime261405 -Node: ExIncBackup261863 -Node: ExRestore265889 -Node: ExRecovery266835 -Node: Files267407 -Node: Environ268741 -Node: Seealso269450 -Node: Bugreport270167 -Node: Legal270758 -Node: CommandIdx271770 -Node: ConceptIdx289104 +Node: Insert54150 +Node: SetInsert65653 +Node: Manip75085 +Node: CmdFind85185 +Node: Filter104114 +Node: Writing108736 +Node: SetWrite118892 +Node: Bootable143651 +Node: Jigdo169846 +Node: Charset174105 +Node: Exception177434 +Node: DialogCtl183563 +Node: Inquiry186165 +Node: Navigate195049 +Node: Verify203506 +Node: Restore213529 +Node: Emulation222142 +Node: Scripting232601 +Node: Frontend240384 +Node: Examples250010 +Node: ExDevices251188 +Node: ExCreate251849 +Node: ExDialog253149 +Node: ExGrowing254420 +Node: ExModifying255229 +Node: ExBootable255739 +Node: ExCharset256294 +Node: ExPseudo257190 +Node: ExCdrecord258117 +Node: ExMkisofs258437 +Node: ExGrowisofs259794 +Node: ExException260948 +Node: ExTime261406 +Node: ExIncBackup261864 +Node: ExRestore265890 +Node: ExRecovery266836 +Node: Files267408 +Node: Environ268742 +Node: Seealso269451 +Node: Bugreport270168 +Node: Legal270759 +Node: CommandIdx271771 +Node: ConceptIdx289105  End Tag Table diff --git a/xorriso/xorriso.texi b/xorriso/xorriso.texi index dfc1ea37..d7178e42 100644 --- a/xorriso/xorriso.texi +++ b/xorriso/xorriso.texi @@ -50,7 +50,7 @@ @c man .\" First parameter, NAME, should be all caps @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" other parameters are allowed: see man(7), man(1) -@c man .TH XORRISO 1 "Version 1.5.1, Sep 16, 2018" +@c man .TH XORRISO 1 "Version 1.5.1, Sep 24, 2018" @c man .\" Please adjust this date whenever revising the manpage. @c man .\" @c man .\" Some roff macros, for reference: @@ -1191,9 +1191,9 @@ See also commands -getfattr, -setfattr and above paragraph about xattr. @* Modes "on" and "user" read and write only attributes from namespace "user". @* -Mode "any" processes attributes of all namespaces. This might need adminstrator -privileges, even if the owner of the disk file tries to read or write the -attributes. +Mode "any" processes attributes of all namespaces. This might need +administrator privileges, even if the owner of the disk file tries to read or +write the attributes. @* Note that xattr from namespace "isofs." are never read from disk or restored to disk. Further it is not possible to set them via xorriso xattr manipulation diff --git a/xorriso/xorrisofs.1 b/xorriso/xorrisofs.1 index 6d9ff05a..a19766ee 100644 --- a/xorriso/xorrisofs.1 +++ b/xorriso/xorrisofs.1 @@ -9,7 +9,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH XORRISOFS 1 "Version 1.5.1, Sep 16, 2018" +.TH XORRISOFS 1 "Version 1.5.1, Sep 24, 2018" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -672,7 +672,7 @@ restore them on the same systems when extracting files from the ISO image. \fB--xattr-any\fR .br Enable recording and loading of GNU/Linux or FreeBSD extended attributes in -all namespaces. This might need adminstrator privileges, even if the owner +all namespaces. This might need administrator privileges, even if the owner of the disk file tries to read the attributes. .TP \fB--md5\fR diff --git a/xorriso/xorrisofs.info b/xorriso/xorrisofs.info index 74d49ae0..6910cee0 100644 --- a/xorriso/xorrisofs.info +++ b/xorriso/xorrisofs.info @@ -614,7 +614,7 @@ File: xorrisofs.info, Node: SetExtras, Next: SetHide, Prev: SetCompl, Up: Op --xattr-any Enable recording and loading of GNU/Linux or FreeBSD extended - attributes in all namespaces. This might need adminstrator + attributes in all namespaces. This might need administrator privileges, even if the owner of the disk file tries to read the attributes. --md5 @@ -2391,27 +2391,27 @@ Node: SetInsert9789 Node: SetProduct14198 Node: SetCompl19769 Node: SetExtras22361 -Node: SetHide33655 -Node: ImageId34959 -Node: Bootable39241 -Node: SystemArea45527 -Node: Charset62893 -Node: Jigdo63918 -Node: Miscellaneous68195 -Node: Examples69840 -Node: ExSimple70334 -Node: ExGraft70817 -Node: ExMkisofs72117 -Node: ExGrowisofs73383 -Node: ExIncBackup74573 -Node: ExIncBckAcc77734 -Node: ExBootable79423 -Node: Files83605 -Node: Environ84700 -Node: Seealso85471 -Node: Bugreport86122 -Node: Legal86715 -Node: CommandIdx87612 -Node: ConceptIdx103479 +Node: SetHide33656 +Node: ImageId34960 +Node: Bootable39242 +Node: SystemArea45528 +Node: Charset62894 +Node: Jigdo63919 +Node: Miscellaneous68196 +Node: Examples69841 +Node: ExSimple70335 +Node: ExGraft70818 +Node: ExMkisofs72118 +Node: ExGrowisofs73384 +Node: ExIncBackup74574 +Node: ExIncBckAcc77735 +Node: ExBootable79424 +Node: Files83606 +Node: Environ84701 +Node: Seealso85472 +Node: Bugreport86123 +Node: Legal86716 +Node: CommandIdx87613 +Node: ConceptIdx103480  End Tag Table diff --git a/xorriso/xorrisofs.texi b/xorriso/xorrisofs.texi index c510de41..8fa0fac1 100644 --- a/xorriso/xorrisofs.texi +++ b/xorriso/xorrisofs.texi @@ -50,7 +50,7 @@ @c man .\" First parameter, NAME, should be all caps @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" other parameters are allowed: see man(7), man(1) -@c man .TH XORRISOFS 1 "Version 1.5.1, Sep 16, 2018" +@c man .TH XORRISOFS 1 "Version 1.5.1, Sep 24, 2018" @c man .\" Please adjust this date whenever revising the manpage. @c man .\" @c man .\" Some roff macros, for reference: @@ -937,7 +937,7 @@ restore them on the same systems when extracting files from the ISO image. @cindex xattr, record and load, @minus{}@minus{}xattr-any @* Enable recording and loading of GNU/Linux or FreeBSD extended attributes in -all namespaces. This might need adminstrator privileges, even if the owner +all namespaces. This might need administrator privileges, even if the owner of the disk file tries to read the attributes. @c man .TP @item @minus{}@minus{}md5