1PMSLEEP(1) General Commands Manual PMSLEEP(1)
2
3
4
6 pmsleep - portable subsecond-capable sleep
7
9 $PCP_BINADM_DIR/pmsleep interval
10
12 pmsleep sleeps for interval. The interval argument follows the syntax
13 described in PCPIntro(1) for -t, and in the simplest form may be an
14 unsigned integer or floating point constant (the implied units in this
15 case are seconds).
16
18 The exit status is 0 for success, or 1 for a malformed command line.
19 If the underlying nanosleep (2) system call fails, an errno is
20 returned.
21
23 sleep(1), nanosleep(3).
24
25
26
27Performance Co-Pilot SGI PMSLEEP(1)