Skip to content

Commit 9b690c2

Browse files
committed
fix book reference
this is actually part of the Advanced UNIX Programming book by M. Rochkind
1 parent d14a83b commit 9b690c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
interfaces such as \texttt{utime()} (seconds) or \texttt{utimes()}
884884
(microseconds).
885885
\item The shell interface for the above interfaces is the command \texttt{touch}.
886-
\item There is an excellent section \emph{1.7 Dates and Times} in [Butenhof]
886+
\item There is an excellent section \emph{1.7 Dates and Times} in [Rochkind]
887887
that goes through various representations of time in Unix systems, and functions
888888
that use those. It is 12 pages of good stuff, highly recommended if you ever
889889
need to work with time in C and/or Unix.

0 commit comments

Comments
 (0)