Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos in help for dir, flist and listfiles #86

Open
srtlg opened this issue Dec 16, 2022 · 2 comments
Open

Minor typos in help for dir, flist and listfiles #86

srtlg opened this issue Dec 16, 2022 · 2 comments
Labels
fixed in next release Staged in the next release candidate system

Comments

@srtlg
Copy link

srtlg commented Dec 16, 2022

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
@BobBolch
Copy link
Collaborator

BobBolch commented Dec 16, 2022 via email

@srtlg
Copy link
Author

srtlg commented Dec 16, 2022

You are correct, my bet. Still new on CMS

@BobBolch BobBolch added the fixed in next release Staged in the next release candidate system label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next release Staged in the next release candidate system
Projects
None yet
Development

No branches or pull requests

2 participants