From d2bfbaf2b170c77c8331dd2e080e765d6430081e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 21:56:45 +0000 Subject: Fixed spacing. --- doc/posix_users/clock.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/posix_users/clock.t') 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 int clock_gettime( - clockid_t clock_id, + clockid_t clock_id, struct timespec *tp ); @end example @@ -88,7 +88,7 @@ NONE #include int clock_settime( - clockid_t clock_id, + clockid_t clock_id, const struct timespec *tp ); @end example @@ -130,7 +130,7 @@ NONE #include 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 int gettimeofday( - struct timeval *tp, + struct timeval *tp, struct timezone *tzp ); @end example -- cgit v1.2.3