#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:58+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/man3p/clock_getres.3p:2 #, no-wrap msgid "CLOCK_GETRES" msgstr "" #. type: TH #: man-pages-posix/man3p/clock_getres.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/clock_getres.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/clock_getres.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/clock_getres.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/clock_getres.3p: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/man3p/clock_getres.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/clock_getres.3p:14 msgid "" "clock_getres, clock_gettime, clock_settime \\(em clock and timer functions" msgstr "" #. type: SH #: man-pages-posix/man3p/clock_getres.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/clock_getres.3p:18 #, no-wrap msgid "#include Etime.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/clock_getres.3p:22 #, no-wrap msgid "" "int clock_getres(clockid_t I, struct timespec *I);\n" "int clock_gettime(clockid_t I, struct timespec *I);\n" "int clock_settime(clockid_t I, const struct timespec *I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/clock_getres.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/clock_getres.3p:43 msgid "" "The I() function shall return the resolution of any clock. " "Clock resolutions are implementation-defined and cannot be set by a process. " "If the argument I is not NULL, the resolution of the specified clock " "shall be stored in the location pointed to by I. If I is NULL, " "the clock resolution is not returned. If the I