diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-25 03:24:31 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-25 03:24:31 +0100 |
commit | 05cd5cb200b6b585b2fa255e46745bff38e17faa (patch) | |
tree | fe7b5c7e16a782ea4296b48eff96bc646d6ad8fe /sys/man/6 | |
parent | be8a8129a29036ec5b5ccd69eaa311c58cdde170 (diff) |
ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) does support quoting
Diffstat (limited to 'sys/man/6')
-rw-r--r-- | sys/man/6/namespace | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/man/6/namespace b/sys/man/6/namespace index 6c40e620c..4515df8c8 100644 --- a/sys/man/6/namespace +++ b/sys/man/6/namespace @@ -13,8 +13,7 @@ subroutines which is typically called by .IR init (8). Each line specifies one name space operation. -Spaces and tabs separate arguments to operations; -no quotes or escapes are recognized. +Spaces and tabs separate arguments to operations. Blank lines and lines with .B # as the first non-space character are ignored. |