summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1')
-rw-r--r--doc/posix1003.1/Makefile2
-rw-r--r--doc/posix1003.1/ch06.t2
-rw-r--r--doc/posix1003.1/ch14.t10
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile
index 3337910981..ca16406029 100644
--- a/doc/posix1003.1/Makefile
+++ b/doc/posix1003.1/Makefile
@@ -45,7 +45,7 @@ $(PROJECT).ps: $(PROJECT).dvi
# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
- texi2dvi $(PROJECT).texi
+ texi2dvi -v $(PROJECT).texi
ch01.texi: ch01.t
$(BMENU) -c -p "Preface" \
diff --git a/doc/posix1003.1/ch06.t b/doc/posix1003.1/ch06.t
index 7f1fa9f501..5861886a8e 100644
--- a/doc/posix1003.1/ch06.t
+++ b/doc/posix1003.1/ch06.t
@@ -22,7 +22,7 @@ pipe(), Function, Dummy Implementation
@example
dup(), Function, Implemented
-dup2(), Function, Untested Implementation
+dup2(), Function, Untested Iimplementation
@end example
@section File Descriptor Deassignment
diff --git a/doc/posix1003.1/ch14.t b/doc/posix1003.1/ch14.t
index 94ff3daebc..25de89cbf9 100644
--- a/doc/posix1003.1/ch14.t
+++ b/doc/posix1003.1/ch14.t
@@ -46,21 +46,21 @@ clock_getres(), Function, Implemented
@subsection Create a Per-Process Timer
@example
-timer_create(), Function, Implemented
+timer_create(), Function, Dummy Implementation
@end example
@subsection Delete a Per-Process Timer
@example
-timer_delete(), Function, Implemented
+timer_delete(), Function, Dummy Implementation
@end example
@subsection Per-Process Timers
@example
-timer_settime(), Function, Implemented
-timer_gettime(), Function, Implemented
-timer_getoverrun(), Function, Implemented
+timer_settime(), Function, Dummy Implementation
+timer_gettime(), Function, Dummy Implementation
+timer_getoverrun(), Function, Dummy Implementation
@end example
@subsection High Resolution Sleep