diff options
author | Lauri Leukkunen <lle@rahina.org> | 2008-10-25 15:22:35 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-10-25 15:22:35 +0300 |
commit | 5c3bcf8ea94caa026ce756553eb381e64369cb1c (patch) | |
tree | a7b1696d61c856d78e32e63e6919460c9fbfcead /docs | |
parent | d402111fd21c171cbfb9857295b86efb375c3c8c (diff) | |
parent | fbaad49b0a6c3d5db7062006e08127d29d7b96c5 (diff) |
Merge branch 'master' of lle@git.freedesktop.org:/git/sbox2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sb2-show.1 | 3 | ||||
-rw-r--r-- | docs/sb2.1 | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/sb2-show.1 b/docs/sb2-show.1 index cddc5ce..c14b42f 100644 --- a/docs/sb2-show.1 +++ b/docs/sb2-show.1 @@ -45,6 +45,9 @@ Useful for debugging and tuning lua scripts of sb2. path [path1] [path2] [pathN] Show mappings of pathnames .TP +realcwd +Show real current working directory +.TP exec file [argv0] [argv1] [argvN] Show execve() modifications done by sb2 .TP @@ -33,6 +33,16 @@ Use mapping mode given in argument. .TP \-s Use redirection rules from the directory given in argument. +.TP +\-S file +Create a persistent session: Write session information to "file" +.TP +\-J file +Join a persistent session. +.TP +\-D file +Delete a persistent session. Warning: this does not +check if the session is still in use! .SH ENVIRONMENT There are quite many environment variables being used. Since sb2 is still |