vm370 icon indicating copy to clipboard operation
vm370 copied to clipboard

Minor typos in help for dir, flist and listfiles

Open srtlg opened this issue 3 years ago • 2 comments

first ft should be fm in the synopsis second fn in item list should be fm

diff -u1 printouts/dir.help$cm printouts.corrected/dir.help$cm
--- printouts/dir.help$cm	2022-12-16 16:41:27.515481791 +0100
+++ printouts.corrected/dir.help$cm	2022-12-16 16:45:40.502477261 +0100
@@ -8,3 +8,3 @@
 +----------+------------------------------------------------------------------+
-| DIR      | [fn|* [ft|* [ft|*]]] [(options...[)]]                            |
+| DIR      | [fn|* [fm|* [ft|*]]] [(options...[)]]                            |
 |          |                                                                  |
@@ -20,3 +20,3 @@
 
-fn       is the filetype of the files for which information is to be collected.
+ft       is the filetype of the files for which information is to be collected.
          If an asterisk is coded in this field, all filetypes are used.  If you
diff -u1 printouts/flist.help$cm printouts.corrected/flist.help$cm
--- printouts/flist.help$cm	2022-12-16 16:41:41.702481537 +0100
+++ printouts.corrected/flist.help$cm	2022-12-16 16:46:05.270476817 +0100
@@ -9,3 +9,3 @@
 +----------+------------------------------------------------------------------+
-| FLIST    | [fn|* [ft|* [ft|*]]]                                             |
+| FLIST    | [fn|* [fm|* [ft|*]]]                                             |
 +----------+------------------------------------------------------------------+
@@ -18,3 +18,3 @@
 
-fn       is the filetype of the files for which information is to be collected.
+ft       is the filetype of the files for which information is to be collected.
          If an asterisk is coded in this field, all filetypes are used.  If you
diff -u1 printouts/listfile.help$cm printouts.corrected/listfile.help$cm
--- printouts/listfile.help$cm	2022-12-16 16:45:06.847477864 +0100
+++ printouts.corrected/listfile.help$cm	2022-12-16 16:46:20.469476545 +0100
@@ -8,3 +8,3 @@
 +----------+------------------------------------------------------------------+
-| Listfile | [fn|* [ft|* [ft|*]]] [(options...[)]]                            |
+| Listfile | [fn|* [fm|* [ft|*]]] [(options...[)]]                            |
 |          |                                                                  |
@@ -24,3 +24,3 @@
 
-fn       is the filetype of the files for which information is to be collected.
+ft       is the filetype of the files for which information is to be collected.
          If an asterisk is coded in this field, all filetypes are used.  If you

srtlg avatar Dec 16 '22 15:12 srtlg

Thanks for the issue! That makes sure this will be fixed.

I believe the sequences [fn|* [fm|* [ft|]]] are supposed to be [fn| [ft|* [fm|*]]] :-) Bob Bolch

On Fri, Dec 16, 2022 at 10:53 AM srtlg @.***> wrote:

first ft should be fm in the synopsis second fn in item list should be fm

diff -u1 printouts/dir.help$cm printouts.corrected/dir.help$cm--- printouts/dir.help$cm 2022-12-16 16:41:27.515481791 +0100+++ printouts.corrected/dir.help$cm 2022-12-16 16:45:40.502477261 +0100@@ -8,3 +8,3 @@ +----------+------------------------------------------------------------------+-| DIR | [fn|* [ft|* [ft|]]] [(options...[)]] |+| DIR | [fn| [fm|* [ft|]]] [(options...[)]] | | | |@@ -20,3 +20,3 @@ -fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected. If an asterisk is coded in this field, all filetypes are used. If youdiff -u1 printouts/flist.help$cm printouts.corrected/flist.help$cm--- printouts/flist.help$cm 2022-12-16 16:41:41.702481537 +0100+++ printouts.corrected/flist.help$cm 2022-12-16 16:46:05.270476817 +0100@@ -9,3 +9,3 @@ +----------+------------------------------------------------------------------+-| FLIST | [fn| [ft|* [ft|]]] |+| FLIST | [fn| [fm|* [ft|]]] | +----------+------------------------------------------------------------------+@@ -18,3 +18,3 @@ -fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected. If an asterisk is coded in this field, all filetypes are used. If youdiff -u1 printouts/listfile.help$cm printouts.corrected/listfile.help$cm--- printouts/listfile.help$cm 2022-12-16 16:45:06.847477864 +0100+++ printouts.corrected/listfile.help$cm 2022-12-16 16:46:20.469476545 +0100@@ -8,3 +8,3 @@ +----------+------------------------------------------------------------------+-| Listfile | [fn| [ft|* [ft|]]] [(options...[)]] |+| Listfile | [fn| [fm|* [ft|*]]] [(options...[)]] | | | |@@ -24,3 +24,3 @@ -fn is the filetype of the files for which information is to be collected.+ft is the filetype of the files for which information is to be collected. If an asterisk is coded in this field, all filetypes are used. If you

— Reply to this email directly, view it on GitHub https://github.com/s390guy/vm370/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARUFCBL6PB65HKSBCWZTPQDWNSF6DANCNFSM6AAAAAATBEINIE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

BobBolch avatar Dec 16 '22 16:12 BobBolch

You are correct, my bet. Still new on CMS

srtlg avatar Dec 16 '22 16:12 srtlg