Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca12b9d

Browse files
committed
Consistency: {\it ...} ==> \emph{...}
1 parent dd17d1c commit ca12b9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libposix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ \section{Built-in Module \sectcode{posix}}
410410
times, in seconds. The items are: user time, system time, children's
411411
user time, children's system time, and elapsed real time since a fixed
412412
point in the past, in that order. See the \UNIX{}
413-
manual page {\it times}(2). (Not on MS-DOS.)
413+
manual page \emph{times}(2). (Not on MS-DOS.)
414414
\end{funcdesc}
415415

416416
\begin{funcdesc}{umask}{mask}

Doc/libposix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ \section{Built-in Module \sectcode{posix}}
410410
times, in seconds. The items are: user time, system time, children's
411411
user time, children's system time, and elapsed real time since a fixed
412412
point in the past, in that order. See the \UNIX{}
413-
manual page {\it times}(2). (Not on MS-DOS.)
413+
manual page \emph{times}(2). (Not on MS-DOS.)
414414
\end{funcdesc}
415415

416416
\begin{funcdesc}{umask}{mask}

0 commit comments

Comments
 (0)