]> diplodocus.org Git - nmh/commitdiff
uip/forw.c, uip/repl.c: Remove -file's "msh" comment.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 27 May 2017 16:04:48 +0000 (17:04 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 27 May 2017 16:04:48 +0000 (17:04 +0100)
The comment claims -file is "interface from msh", but msh(1) was removed
in e6917522.  The options remain as discussion on the list prompted
David to say he uses them occasionally.

uip/forw.c
uip/repl.c

index 8ee8da9ba60aae2b0c3c6aa3c73eed7ac50bc491..77b2d0d9fd57099a57c220d1eefff2553fbdcdce 100644 (file)
@@ -40,7 +40,7 @@
     X("nodashstuffing", 0, NBITSTUFFSW) \
     X("version", 0, VERSIONSW) \
     X("help", 0, HELPSW) \
     X("nodashstuffing", 0, NBITSTUFFSW) \
     X("version", 0, VERSIONSW) \
     X("help", 0, HELPSW) \
-    X("file file", 4, FILESW)                 /* interface from msh */ \
+    X("file file", 4, FILESW) \
     X("build", 5, BILDSW)                     /* interface from mhe */ \
     X("from address", 0, FROMSW) \
     X("to address", 0, TOSW) \
     X("build", 5, BILDSW)                     /* interface from mhe */ \
     X("from address", 0, FROMSW) \
     X("to address", 0, TOSW) \
index 4b22bfb418612c6de9dcf5e4e0e91c2f0316bfc3..adfe58d792aee1a0fb1174f82a69249ade745aac 100644 (file)
@@ -39,7 +39,7 @@
     X("width columns", 0, WIDTHSW) \
     X("version", 0, VERSIONSW) \
     X("help", 0, HELPSW) \
     X("width columns", 0, WIDTHSW) \
     X("version", 0, VERSIONSW) \
     X("help", 0, HELPSW) \
-    X("file file", 4, FILESW) /* interface from msh */ \
+    X("file file", 4, FILESW) \
     X("build", 5, BILDSW) /* interface from mhe */ \
     X("atfile", 0, ATFILESW) \
     X("noatfile", 0, NOATFILESW) \
     X("build", 5, BILDSW) /* interface from mhe */ \
     X("atfile", 0, ATFILESW) \
     X("noatfile", 0, NOATFILESW) \