[hackers] [ubase] add more info to unshare.1 || dwts

From: <git_AT_suckless.org>
Date: Mon, 14 Apr 2014 10:28:00 +0200

commit 4942308f86caab285e579197208489d4f4aff262
Author: dwts <mr.dwts_AT_gmail.com>
Date: Mon Apr 14 00:13:58 2014 +0300

    add more info to unshare.1

diff --git a/unshare.1 b/unshare.1
index 40028a2..9dfb3c8 100644
--- a/unshare.1
+++ b/unshare.1
_AT_@ -13,24 +13,31 @@ indicated via options.
  B-m R
 Unshare the mount namespace, so that the calling process has a private
 copy of its namespace which is not shared with any other process.
+This flag has the same effect as the Bclone(2) CLONE_NEWNS Rflag.
 .TP
  B-u R
 Unshare the UTS IPC namespace, so that the calling process has a
 private copy of the UTS namespace which is not shared with any other
-process.
+process. This flag has the same effect as the Bclone(2) CLONE_NEWUTS
+ Rflag.
 .TP
  B-i R
 Unshare the System V IPC namespace, so that the calling process has a
 private copy of the System V IPC namespace which is not shared with
-any other process.
+any other process. This flag has the same effect as the Bclone(2)
+CLONE_NEWIPC Rflag
 .TP
  B-n R
 Unshare the network namespace, so that the calling process is moved
 into a new network namespace which is not shared with any previously
-existing process.
+existing process. This flag has the same effect as the Bclone(2)
+CLONE_NEWNET Rflag.
 .TP
  B-p R
-Create the process in a new PID namespace.
+Create the process in a new PID namespace. This flag has the same
+effect as the Bclone(2) CLONE_NEWPID Rflag.
 .TP
  B-U R
 The process will have a distinct set of UIDs, GIDs and capabilities.
+.SH SEE ALSO
+clone(2), unshare(2)
Received on Mon Apr 14 2014 - 10:28:00 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 14 2014 - 10:36:11 CEST