commiting:
0000028 03-16-05 patch: new setsid applet
This commit is contained in:
parent
f1dbd4a6f7
commit
4240364098
5 changed files with 62 additions and 0 deletions
|
@ -2375,6 +2375,12 @@
|
|||
#define setkeycodes_example_usage \
|
||||
"$ setkeycodes e030 127\n"
|
||||
|
||||
#define setsid_trivial_usage \
|
||||
"program [arg ...]"
|
||||
#define setsid_full_usage \
|
||||
"Runs any program in a new session by calling setsid() before\n" \
|
||||
"exec'ing the rest of its arguments. See setsid(2) for details."
|
||||
|
||||
#define lash_trivial_usage \
|
||||
"[FILE]...\n" \
|
||||
"or: sh -c command [args]..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue