diff options
Diffstat (limited to 'man2/pivot_root.2')
| -rw-r--r-- | man2/pivot_root.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index 1ba587d526..54f258bb76 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -4,11 +4,14 @@ .\" Written 2000-02-23 by Werner Almesberger .\" Modified 2004-06-17 Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH PIVOT_ROOT 2 2007-06-01 "Linux" "Linux Programmer's Manual" +.TH PIVOT_ROOT 2 2012-07-13 "Linux" "Linux Programmer's Manual" .SH NAME pivot_root \- change the root file system .SH SYNOPSIS .BI "int pivot_root(const char *" new_root ", const char *" put_old ); + +.IR Note : +There is no glibc wrapper for this system call; see NOTES. .SH DESCRIPTION .BR pivot_root () moves the root file system of the calling process to the |
