Skip to content

Commit 22ab9c9

Browse files
committed
use relative include path
on some systems (Linux distros) the file can reside elsewhere
1 parent f38233a commit 22ab9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-access.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
\item In Unix, there are many data types such as \verb#uid_t#, \verb#gid_t#,
414414
\verb#size_t#, \verb#pid_t#, etc. In general, these are integer types and you
415415
can often find them in the
416-
ifdef([[[NOSPELLCHECK]]], [[[\texttt{/usr/inc{}lude/sys/types.h}]]]) header
416+
ifdef([[[NOSPELLCHECK]]], [[[\texttt{sys/types.h}]]]) header
417417
file.
418418
\item Solaris has the \texttt{pcred} command that provides process
419419
identification information in a simple form:

0 commit comments

Comments
 (0)