From 4240364098e0a2aa4edcd854de68373f5b6aa659 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Mon, 1 Aug 2005 22:52:09 +0000 Subject: commiting: 0000028 03-16-05 patch: new setsid applet --- include/usage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 5d7c365..dc8058a 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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]..." -- cgit v1.1