New applet, seq. No options, just the basics.

This commit is contained in:
Glenn L McGrath 2004-01-27 09:22:20 +00:00
parent 43112b4b65
commit 82364bb591
5 changed files with 64 additions and 1 deletions

View file

@ -2094,6 +2094,16 @@
"$ echo "foo" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \
"bar\n"
#define seq_trivial_usage \
"[first [increment]] last"
#define seq_full_usage \
"Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
"FIRST, INCREMENT default to 1\n" \
"Arguments:\n" \
"\tLAST\n" \
"\tFIRST\tLAST\n" \
"\tFIRST\tINCREMENT\tLAST\n"
#define setkeycodes_trivial_usage \
"SCANCODE KEYCODE ..."
#define setkeycodes_full_usage \