summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/device.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/device.t
parentChanged name of document generated. (diff)
downloadrtems-d2bfbaf2b170c77c8331dd2e080e765d6430081e.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/device.t')
-rw-r--r--doc/posix_users/device.t27
1 files changed, 15 insertions, 12 deletions
diff --git a/doc/posix_users/device.t b/doc/posix_users/device.t
index 9b49cb02a7..f4f2ad4c24 100644
--- a/doc/posix_users/device.t
+++ b/doc/posix_users/device.t
@@ -61,7 +61,7 @@ and status codes.
#include <termios.h>
int cfgetispeed(
-const struct termios *p
+ const struct termios *p
);
@end example
@end ifset
@@ -104,7 +104,7 @@ number returned for any given speed may change from system to system.
#include <termios.h>
int cfgetospeed(
-const struct termios *p
+ const struct termios *p
);
@end example
@end ifset
@@ -147,8 +147,8 @@ number returned for any given speed may change from system to system.
#include <termios.h>
int cfsetispeed(
-struct termios *p,
-speed_t speed
+ struct termios *p,
+ speed_t speed
);
@end example
@end ifset
@@ -190,8 +190,8 @@ It does not detect impossible terminal speeds.
#include <termios.h>
int cfsetospeed(
-struct termios *p,
-speed_t speed
+ struct termios *p,
+ speed_t speed
);
@end example
@end ifset
@@ -238,8 +238,8 @@ It does not detect impossible terminal speeds.
#include <unistd.h>
int tcgetattr(
-int fildes,
-struct termios *p
+ int fildes,
+ struct termios *p
);
@end example
@end ifset
@@ -284,9 +284,9 @@ NONE
#include <unistd.h>
int tcsetattr(
-int fildes,
-int options,
-const struct termios *tp
+ int fildes,
+ int options,
+ const struct termios *tp
);
@end example
@end ifset
@@ -320,6 +320,7 @@ The
@ifset is-C
@example
int tcsendbreak(
+ int fd
);
@end example
@end ifset
@@ -359,7 +360,7 @@ in a future version.
#include <unistd.h>
int tcdrain(
-int fildes
+ int fildes
);
@end example
@end ifset
@@ -404,6 +405,7 @@ NONE
@ifset is-C
@example
int tcflush(
+ int fd
);
@end example
@end ifset
@@ -440,6 +442,7 @@ in a future version.
@ifset is-C
@example
int tcflow(
+ int fd
);
@end example
@end ifset