-
Kir Kolyshkin authored
* Simplify phrases, removing duplicate words -- saving 1 line * Drop <>, use UPPERCASE for variable parts as in other places * Obey 80 columns Was: --inherit-fd fd[<num>]:<existing> Inherit file descriptors. This allows to treat file desc riptor <num> as being already opened via <existing> one and ins tead of trying to open we inherit it: tty[rdev:dev] pipe[inode] socket[inode] file[mnt_id:inode] Now: --inherit-fd fd[NUM]:RES Inherit file descriptors, treating fd NUM as being already opened via an existing RES, which can be: tty[rdev:dev] pipe[inode] socket[inode] file[mnt_id:inode] Signed-off-by:Kir Kolyshkin <kir@openvz.org> Acked-by:
Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@virtuozzo.com>
5fe390a3
| Name |
Last commit
|
Last update |
|---|---|---|
| Documentation | ||
| contrib | ||
| coredump | ||
| crit | ||
| criu | ||
| images | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .mailmap | ||
| .travis.yml | ||
| COPYING | ||
| CREDITS | ||
| INSTALL.md | ||
| Makefile | ||
| Makefile.install | ||
| Makefile.versions | ||
| README.md |