summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/semaphores.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 17:37:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 17:37:19 +0000
commitee0702ef5ed83b14b2ed6ff4079042bf2807d660 (patch)
tree48cf10e27b9c4b3186e8a213a012157996c8f512 /doc/posix_users/semaphores.t
parentAdded information on how the directory is stored for future referance (diff)
downloadrtems-ee0702ef5ed83b14b2ed6ff4079042bf2807d660.tar.bz2
Fixing many lines that are too long to format cleanly.
Diffstat (limited to 'doc/posix_users/semaphores.t')
-rw-r--r--doc/posix_users/semaphores.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/posix_users/semaphores.t b/doc/posix_users/semaphores.t
index 9668d3c2eb..e3bbcbd84e 100644
--- a/doc/posix_users/semaphores.t
+++ b/doc/posix_users/semaphores.t
@@ -45,10 +45,6 @@ The "sem_t" structure is used to represent semaphores. It is passed as an
argument to the semaphore directives and is defined as follows:
@example
-/backit /backit~ /bin /boot /dev /etc /home /lib /lost+found /mnt /proc /root /sbin /tmp /usr /usr1 /usr2 /usr3 /var
-CVS Makefile cancel.t clock.t cond.t cspecific.t device.t files.t io.t j key.t memorymgmt.t message.t mutex.t nodesc nodescr posix_users.cps posix_users.fns posix_users.texi preface.texi procenv.t process.t psxmsg.t sched.t semaphores.t signal.t systemdb.t thread.t sem_t structure
-CVS/
-
typedef int sem_t
@end example