#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:53+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man2/chdir.2:33 #, no-wrap msgid "CHDIR" msgstr "" #. type: TH #: man-pages/man2/chdir.2:33 #, no-wrap msgid "2010-11-25" msgstr "" #. type: TH #: man-pages/man2/chdir.2:33 #, no-wrap msgid "Linux" msgstr "" #. type: TH #: man-pages/man2/chdir.2:33 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man2/chdir.2:34 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:36 msgid "chdir, fchdir - change working directory" msgstr "" #. type: SH #: man-pages/man2/chdir.2:36 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:38 msgid "B<#include Eunistd.hE>" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:40 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:42 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:46 msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:49 msgid "B():" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:54 msgid "" "_BSD_SOURCE || _XOPEN_SOURCE\\ E=\\ 500 || _XOPEN_SOURCE\\ &&\\ " "_XOPEN_SOURCE_EXTENDED" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:56 msgid "|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\\ E=\\ 200809L" msgstr "" #. type: SH #: man-pages/man2/chdir.2:59 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:64 msgid "" "B() changes the current working directory of the calling process to " "the directory specified in I." msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:70 msgid "" "B() is identical to B(); the only difference is that the " "directory is given as an open file descriptor." msgstr "" #. type: SH #: man-pages/man2/chdir.2:70 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:75 msgid "" "On success, zero is returned. On error, -1 is returned, and I is set " "appropriately." msgstr "" #. type: SH #: man-pages/man2/chdir.2:75 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:81 msgid "" "Depending on the filesystem, other errors can be returned. The more general " "errors for B() are listed below:" msgstr "" #. type: TP #: man-pages/man2/chdir.2:81 man-pages/man2/chdir.2:117 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:87 msgid "" "Search permission is denied for one of the components of I. (See also " "B(7).)" msgstr "" #. type: TP #: man-pages/man2/chdir.2:87 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:91 msgid "I points outside your accessible address space." msgstr "" #. type: TP #: man-pages/man2/chdir.2:91 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:94 msgid "An I/O error occurred." msgstr "" #. type: TP #: man-pages/man2/chdir.2:94 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:98 msgid "Too many symbolic links were encountered in resolving I." msgstr "" #. type: TP #: man-pages/man2/chdir.2:98 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:102 msgid "I is too long." msgstr "" #. type: TP #: man-pages/man2/chdir.2:102 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:105 msgid "The file does not exist." msgstr "" #. type: TP #: man-pages/man2/chdir.2:105 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:108 msgid "Insufficient kernel memory was available." msgstr "" #. type: TP #: man-pages/man2/chdir.2:108 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:113 msgid "A component of I is not a directory." msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:117 msgid "The general errors for B() are listed below:" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:121 msgid "Search permission was denied on the directory open on I." msgstr "" #. type: TP #: man-pages/man2/chdir.2:121 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:125 msgid "I is not a valid file descriptor." msgstr "" #. type: SH #: man-pages/man2/chdir.2:125 #, no-wrap msgid "CONFORMING TO" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:127 msgid "SVr4, 4.4BSD, POSIX.1-2001." msgstr "" #. type: SH #: man-pages/man2/chdir.2:127 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:130 msgid "" "The current working directory is the starting point for interpreting " "relative pathnames (those not starting with \\(aq/\\(aq)." msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:136 msgid "" "A child process created via B(2) inherits its parent's current " "working directory. The current working directory is left unchanged by " "B(2)." msgstr "" #. type: SH #: man-pages/man2/chdir.2:136 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:140 msgid "B(2), B(3), B(7)" msgstr "" #. type: SH #: man-pages/man2/chdir.2:140 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man2/chdir.2:148 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""