From ed11cadf052ee8886af0a11e9e72f3c09443f6af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Oct 1999 17:44:06 +0000 Subject: Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included. --- doc/posix_users/Makefile | 9 +++++++-- doc/posix_users/files.t | 4 ++-- doc/posix_users/io.t | 8 ++++---- doc/posix_users/posix_users.texi | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) (limited to 'doc/posix_users') diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile index 851bf4dbf4..a50036d319 100644 --- a/doc/posix_users/Makefile +++ b/doc/posix_users/Makefile @@ -10,7 +10,7 @@ PROJECT=posix_users include ../Make.config -all: html info ps +all: html info ps pdf dirs: $(make-dirs) @@ -38,6 +38,11 @@ $(PROJECT): $(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 @@ -53,7 +58,7 @@ html: dirs $(FILES) posix_users.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 $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES) diff --git a/doc/posix_users/files.t b/doc/posix_users/files.t index 9d7502f01c..7d985ff919 100644 --- a/doc/posix_users/files.t +++ b/doc/posix_users/files.t @@ -37,7 +37,7 @@ The directives provided by the files and directories manager are: @item @code{rename} - Renames a file @item @code{stat} - Gets information about a file. @item @code{fstat} - Gets file status -@item @code{access} - Check user's permissions for a file. +@item @code{access} - Check permissions for a file. @item @code{chmod} - Changes file mode @item @code{fchmod} - Changes permissions of a file @item @code{chown} - Changes the owner and/ or group of a file @@ -1321,7 +1321,7 @@ to by the @code{buf} argument. NONE @page -@subsection access - Check user's permissions for a file +@subsection access - Check permissions for a file @subheading CALLING SEQUENCE: diff --git a/doc/posix_users/io.t b/doc/posix_users/io.t index 17ff64e772..d90c48f2d6 100644 --- a/doc/posix_users/io.t +++ b/doc/posix_users/io.t @@ -23,8 +23,8 @@ The directives provided by the input and output primitives manager are: @item @code{write} - Writes to a file @item @code{fcntl} - Manipulates an open file descriptor @item @code{lseek} - Reposition read/write file offset -@item @code{fsync} - Synchronize a file's complete in-core state with that on disk -@item @code{fdatasync} - synchronize a file's in-core data with that on disk +@item @code{fsync} - Synchronize file complete in-core state with that on disk +@item @code{fdatasync} - Synchronize file in-core data with that on disk @item @code{mount} - Mount a file system @item @code{umount} - Unmount file systems @item @code{aio_read} - YYY @@ -571,7 +571,7 @@ with such a device is undefined. NONE @page -@subsection fsync - Synchronize a file's complete in-core state with that on disk +@subsection fsync - Synchronize file complete in-core state with that on disk @subheading CALLING SEQUENCE: @@ -615,7 +615,7 @@ An error occurred during synchronization NONE @page -@subsection fdatasync - synchronize a file's in-core data with that on disk. +@subsection fdatasync - Synchronize file in-core data with that on disk. @subheading CALLING SEQUENCE: diff --git a/doc/posix_users/posix_users.texi b/doc/posix_users/posix_users.texi index 673f405b18..fbbe5b9905 100644 --- a/doc/posix_users/posix_users.texi +++ b/doc/posix_users/posix_users.texi @@ -1,4 +1,4 @@ -\input ../texinfo/texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename posix_users @syncodeindex vr fn -- cgit v1.2.3