#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/cpio.h.0p:2 #, no-wrap msgid "cpio.h" msgstr "" #. type: TH #: man-pages-posix/man0p/cpio.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/cpio.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/cpio.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:12 msgid "cpio.h \\(em cpio archive values" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:16 #, no-wrap msgid "#include Ecpio.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:25 msgid "" "The Icpio.hE> header shall define the symbolic constants needed by " "the I field of the I archive format, with the names and values " "given in the following table:" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:29 #, no-wrap msgid "Name@Description@Value (Octal)\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:30 #, no-wrap msgid "_\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:31 #, no-wrap msgid "C_IRUSR@Read by owner.@0000400\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:32 #, no-wrap msgid "C_IWUSR@Write by owner.@0000200\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:33 #, no-wrap msgid "C_IXUSR@Execute by owner.@0000100\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:34 #, no-wrap msgid "C_IRGRP@Read by group.@0000040\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:35 #, no-wrap msgid "C_IWGRP@Write by group.@0000020\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:36 #, no-wrap msgid "C_IXGRP@Execute by group.@0000010\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:37 #, no-wrap msgid "C_IROTH@Read by others.@0000004\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:38 #, no-wrap msgid "C_IWOTH@Write by others.@0000002\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:39 #, no-wrap msgid "C_IXOTH@Execute by others.@0000001\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:40 #, no-wrap msgid "C_ISUID@Set user ID.@0004000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:41 #, no-wrap msgid "C_ISGID@Set group ID.@0002000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:42 #, no-wrap msgid "C_ISVTX@On directories, restricted deletion flag.@0001000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:43 #, no-wrap msgid "C_ISDIR@Directory.@0040000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:44 #, no-wrap msgid "C_ISFIFO@FIFO.@0010000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:45 #, no-wrap msgid "C_ISREG@Regular file.@0100000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:46 #, no-wrap msgid "C_ISBLK@Block special.@0060000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:47 #, no-wrap msgid "C_ISCHR@Character special.@0020000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:48 #, no-wrap msgid "C_ISCTG@Reserved.@0110000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:49 #, no-wrap msgid "C_ISLNK@Symbolic link.@0120000\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/cpio.h.0p:50 #, no-wrap msgid "C_ISSOCK@Socket.@0140000\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:56 msgid "" "The Icpio.hE> header shall define the following symbolic constant " "as a string:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:61 #, no-wrap msgid "B<\n" "MAGIC \"070707\">\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:66 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:66 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:68 man-pages-posix/man0p/cpio.h.0p:70 man-pages-posix/man0p/cpio.h.0p:72 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:68 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:70 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:72 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:75 msgid "The Shell and Utilities volume of POSIX.1\\(hy2008, I\\^" msgstr "" #. type: SH #: man-pages-posix/man0p/cpio.h.0p:75 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:86 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/cpio.h.0p:91 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""