Tidy up tabbing in help texts very slightly.
authormdw <mdw>
Mon, 30 Nov 1998 22:36:53 +0000 (22:36 +0000)
committermdw <mdw>
Mon, 30 Nov 1998 22:36:53 +0000 (22:36 +0000)
xgetline.c
xshutdown.c
xtell.c
xwait.c

index e05bc22..ed621ae 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xgetline.c,v 1.3 1998/11/21 22:30:20 mdw Exp $
+ * $Id: xgetline.c,v 1.4 1998/11/30 22:36:47 mdw Exp $
  *
  * Fetch a line of text from the user
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xgetline.c,v $
+ * Revision 1.4  1998/11/30 22:36:47  mdw
+ * Tidy up tabbing in help texts very slightly.
+ *
  * Revision 1.3  1998/11/21 22:30:20  mdw
  * Support GNU-style long options throughout, and introduce proper help
  * text to all programs.  Update manual pages to match.
@@ -227,7 +230,7 @@ int main(int argc, char *argv[])
 "-u, --usage           Display a short usage summary\n"
 "-v, --version         Display the program's version number\n"
 "\n"
-"-i, --invisible               Don't show the user's string as it's typed\n"
+"-i, --invisible\t     Don't show the user's string as it's typed\n"
 "-t, --title=TITLE     Set the window's title string\n"
 "-p, --prompt=PROMPT   Set the window's prompt string\n"
 "-d, --default=DEFAULT Set the default string already in the window\n",
index d65a9bd..a21dab9 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xshutdown.c,v 1.2 1998/11/21 22:30:23 mdw Exp $
+ * $Id: xshutdown.c,v 1.3 1998/11/30 22:36:49 mdw Exp $
  *
  * Pretty GTK interface to waking up an xwait
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xshutdown.c,v $
+ * Revision 1.3  1998/11/30 22:36:49  mdw
+ * Tidy up tabbing in help texts very slightly.
+ *
  * Revision 1.2  1998/11/21 22:30:23  mdw
  * Support GNU-style long options throughout, and introduce proper help
  * text to all programs.  Update manual pages to match.
@@ -148,7 +151,7 @@ int main(int argc, char *argv[])
 "-u, --usage           Display a short usage summary\n"
 "-v, --version         Display the program's version number\n"
 "\n"
-"-a, --atom=ATOM               Select the atom that `xwait' is waiting for\n"
+"-a, --atom=ATOM\t     Select the atom that `xwait' is waiting for\n"
 "-m, --msg=MSG         Select the message to send to `xwait'\n"
 "-p, --prompt=PROMPT   Select the prompt string in the confirmation box\n"
 "-t, --title=TITLE     Select the title string in the confirmation box\n",
diff --git a/xtell.c b/xtell.c
index 6ca8a28..e9e93e6 100644 (file)
--- a/xtell.c
+++ b/xtell.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xtell.c,v 1.2 1998/11/21 22:30:25 mdw Exp $
+ * $Id: xtell.c,v 1.3 1998/11/30 22:36:51 mdw Exp $
  *
  * Wake up a waiting xwait process
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xtell.c,v $
+ * Revision 1.3  1998/11/30 22:36:51  mdw
+ * Tidy up tabbing in help texts very slightly.
+ *
  * Revision 1.2  1998/11/21 22:30:25  mdw
  * Support GNU-style long options throughout, and introduce proper help
  * text to all programs.  Update manual pages to match.
@@ -106,7 +109,7 @@ int main(int argc, char *argv[])
 "-v, --version         Display the program's version number\n"
 "\n"
 "-d, --display=DISPLAY Choose X display to connect to\n"
-"-a, --atom=ATOM               Choose property name to set\n"
+"-a, --atom=ATOM\t     Choose property name to set\n"
 "-m, --msg=MSG         Choose value of property to set\n",
           stdout);
        exit(0);
diff --git a/xwait.c b/xwait.c
index 1a7ecd7..965b368 100644 (file)
--- a/xwait.c
+++ b/xwait.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: xwait.c,v 1.4 1998/11/21 22:41:19 mdw Exp $
+ * $Id: xwait.c,v 1.5 1998/11/30 22:36:53 mdw Exp $
  *
  * Wait until prodded by another X client
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: xwait.c,v $
+ * Revision 1.5  1998/11/30 22:36:53  mdw
+ * Tidy up tabbing in help texts very slightly.
+ *
  * Revision 1.4  1998/11/21 22:41:19  mdw
  * Reap children which die before I get my signal handler installed.
  *
@@ -138,7 +141,7 @@ int main(int argc, char *argv[])
 "-d, --display=DISPLAY Choose X display to connect to\n"
 "-f, --force           Run even if this property is waited for by another\n"
 "                      process\n"
-"-a, --atom=ATOM               Choose property name to listen for\n"
+"-a, --atom=ATOM\t     Choose property name to listen for\n"
 "-m, --msg=MSG         Choose value of property to wait for\n",
           stdout);
        exit(0);