summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/Makefile12
-rw-r--r--doc/user/c_user.texi2
-rw-r--r--doc/user/msg.t2
-rw-r--r--doc/user/part.t2
-rw-r--r--doc/user/rtmon.t2
-rw-r--r--doc/user/sem.t2
-rw-r--r--doc/user/signal.t2
-rw-r--r--doc/user/task.t4
8 files changed, 17 insertions, 11 deletions
diff --git a/doc/user/Makefile b/doc/user/Makefile
index 289e125a23..6adbfe3515 100644
--- a/doc/user/Makefile
+++ b/doc/user/Makefile
@@ -10,7 +10,7 @@ PROJECT=c_user
include ../Make.config
-all: html info ps
+all: html info ps pdf
dirs:
$(make-dirs)
@@ -38,13 +38,19 @@ c_user: $(FILES)
dvi: $(PROJECT).dvi
ps: dirs $(PROJECT).ps
+pdf: dirs $(PROJECT).pdf
+
+$(PROJECT).pdf: $(FILES)
+ $(TEXI2PDF) $(PROJECT).texi
+ cp $(PROJECT).pdf $(PDF_INSTALL)
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
cp $(PROJECT).ps $(PS_INSTALL)
$(PROJECT).dvi: $(FILES)
- $(TEXI2DVI) $(PROJECT).texi
+ # $(TEXI2DVI) $(PROJECT).texi
+ texi2dvi -V $(PROJECT).texi
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/c_user
@@ -53,7 +59,7 @@ html: dirs $(FILES)
$(PROJECT).texi
clean:
- rm -f *.o $(PROG) *.txt core *.html
+ rm -f *.o $(PROG) *.txt core *.html *.pdf
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f c_user c_user-* _* $(GENERATED_FILES)
diff --git a/doc/user/c_user.texi b/doc/user/c_user.texi
index a5aa2c0a89..7536216b07 100644
--- a/doc/user/c_user.texi
+++ b/doc/user/c_user.texi
@@ -1,4 +1,4 @@
-\input ../texinfo/texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename c_user
@syncodeindex vr fn
diff --git a/doc/user/msg.t b/doc/user/msg.t
index b593e17bf5..1b93564f88 100644
--- a/doc/user/msg.t
+++ b/doc/user/msg.t
@@ -52,7 +52,7 @@ a queue for the arrival of a message.
The maximum length message which can be sent is set
on a per message queue basis.
-@subsection Building a Message Queue's Attribute Set
+@subsection Building a Message Queue Attribute Set
In general, an attribute set is built by a bitwise OR
of the desired attribute components. The set of valid message
diff --git a/doc/user/part.t b/doc/user/part.t
index 412a3a57c9..7876a9ffc9 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -40,7 +40,7 @@ Therefore, modifying memory that is outside of an allocated
buffer could destroy the free buffer chain or the contents of an
adjacent allocated buffer.
-@subsection Building a Partition's Attribute Set
+@subsection Building a Partition Attribute Set
In general, an attribute set is built by a bitwise OR
of the desired attribute components. The set of valid partition
diff --git a/doc/user/rtmon.t b/doc/user/rtmon.t
index 208a5a73e2..da9e2de2cf 100644
--- a/doc/user/rtmon.t
+++ b/doc/user/rtmon.t
@@ -648,7 +648,7 @@ returns immediately with a timeout error status.
@end itemize
-@subsection Obtaining a Period's Status
+@subsection Obtaining the Status of a Period
If the @code{@value{DIRPREFIX}rate_monotonic_period} directive is invoked
with a period of @code{@value{RPREFIX}PERIOD_STATUS} ticks, the current
diff --git a/doc/user/sem.t b/doc/user/sem.t
index e2d1aeff8a..cd4791adf0 100644
--- a/doc/user/sem.t
+++ b/doc/user/sem.t
@@ -168,7 +168,7 @@ any of the semaphores the task holds. Only when the task
releases ALL of the binary semaphores it holds will its priority
be restored to the normal value.
-@subsection Building a Semaphore's Attribute Set
+@subsection Building a Semaphore Attribute Set
In general, an attribute set is built by a bitwise OR
of the desired attribute components. The following table lists
diff --git a/doc/user/signal.t b/doc/user/signal.t
index c1afa9cfc6..1b9e34da3d 100644
--- a/doc/user/signal.t
+++ b/doc/user/signal.t
@@ -82,7 +82,7 @@ to the @code{@value{DIRPREFIX}signal_send} directive should be
@code{@value{RPREFIX}SIGNAL_6 @value{OR}
@value{RPREFIX}SIGNAL_15 @value{OR} @value{RPREFIX}SIGNAL_31}.
-@subsection Building an ASR's Mode
+@subsection Building an ASR Mode
In general, an ASR's mode is built by a bitwise OR of
the desired mode components. The set of valid mode components
diff --git a/doc/user/task.t b/doc/user/task.t
index 7610a3c9c0..09d114f4cb 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -264,7 +264,7 @@ attribute. The consequence of a @code{@value{RPREFIX}NO_FLOATING_POINT}
task attempting to access the floating point unit is CPU dependent but will
generally result in an exception condition.
-@subsection Building a Task's Attribute Set
+@subsection Building a Task Attribute Set
In general, an attribute set is built by a bitwise OR of the
desired components. The set of valid task attribute components
@@ -1092,7 +1092,7 @@ binary semaphores.
@page
-@subsection TASK_MODE - Change current task's mode
+@subsection TASK_MODE - Change the current task mode
@subheading CALLING SEQUENCE: