summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/clock.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
commitd2bfbaf2b170c77c8331dd2e080e765d6430081e (patch)
tree308f51506c95a12e1faf43f5bfef36a13748f587 /doc/posix_users/clock.t
parentChanged name of document generated. (diff)
downloadrtems-d2bfbaf2b170c77c8331dd2e080e765d6430081e.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/clock.t')
-rw-r--r--doc/posix_users/clock.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix_users/clock.t b/doc/posix_users/clock.t
index 685e6b5689..a9f6aaf80f 100644
--- a/doc/posix_users/clock.t
+++ b/doc/posix_users/clock.t
@@ -50,7 +50,7 @@ and status codes.
#include <time.h>
int clock_gettime(
- clockid_t clock_id,
+ clockid_t clock_id,
struct timespec *tp
);
@end example
@@ -88,7 +88,7 @@ NONE
#include <time.h>
int clock_settime(
- clockid_t clock_id,
+ clockid_t clock_id,
const struct timespec *tp
);
@end example
@@ -130,7 +130,7 @@ NONE
#include <time.h>
int clock_getres(
- clockid_t clock_id,
+ clockid_t clock_id,
struct timespec *res
);
@end example
@@ -202,7 +202,7 @@ This call is interruptible by a signal.
int nanosleep(
const struct timespec *rqtp,
- struct timespec *rmtp
+ struct timespec *rmtp
);
@end example
@@ -245,7 +245,7 @@ This call is interruptible by a signal.
#include <unistd.h>
int gettimeofday(
- struct timeval *tp,
+ struct timeval *tp,
struct timezone *tzp
);
@end example