summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/io.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/io.t
parentChanged name of document generated. (diff)
downloadrtems-d2bfbaf2b170c77c8331dd2e080e765d6430081e.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/io.t')
-rw-r--r--doc/posix_users/io.t18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/posix_users/io.t b/doc/posix_users/io.t
index b97cf151d6..0950c10b77 100644
--- a/doc/posix_users/io.t
+++ b/doc/posix_users/io.t
@@ -249,9 +249,9 @@ may or may not be closed.
#include <unistd.h>
int read(
- int fildes,
- void *buf,
- unsigned int nbyte
+ int fildes,
+ void *buf,
+ unsigned int nbyte
);
@end example
@end ifset
@@ -350,9 +350,9 @@ NONE
#include <unistd.h>
int write(
- int fildes,
- const void *buf,
- unsigned int nbytes
+ int fildes,
+ const void *buf,
+ unsigned int nbytes
);
@end example
@end ifset
@@ -560,9 +560,9 @@ The errors returned by @code{dup2} are different from those returned by
#include <unistd.h>
int lseek(
- int fildes,
- off_t offset,
- int whence
+ int fildes,
+ off_t offset,
+ int whence
);
@end example
@end ifset