From: Ralph Corderoy Date: Sat, 27 May 2017 16:04:48 +0000 (+0100) Subject: uip/forw.c, uip/repl.c: Remove -file's "msh" comment. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a0ce292fc2a76560ad823b09c4f30788b4a17344?hp=cfb444d37fc236a9fdac369cbcf2a5bfc37a33f5 uip/forw.c, uip/repl.c: Remove -file's "msh" comment. 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. --- diff --git a/uip/forw.c b/uip/forw.c index 8ee8da9b..77b2d0d9 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -40,7 +40,7 @@ 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) \ diff --git a/uip/repl.c b/uip/repl.c index 4b22bfb4..adfe58d7 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -39,7 +39,7 @@ 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) \