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

Skip to content

Commit efc1e0f

Browse files
committed
Consistency:
"Unix" ==> "\UNIX{}"
1 parent 3dd264c commit efc1e0f

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

Doc/lib/liballos.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ \chapter{Generic Operating System Services}
2424
--- Standard errno system symbols.
2525

2626
\item[glob]
27-
--- Unix shell style pathname pattern expansion.
27+
--- \UNIX{} shell style pathname pattern expansion.
2828

2929
\item[fnmatch]
30-
--- Unix shell style pathname pattern matching.
30+
--- \UNIX{} shell style pathname pattern matching.
3131

3232
\item[locale]
3333
--- Internationalization services.

Doc/lib/libcgi.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ \subsection{Installing your CGI script on a Unix system}
263263
installed; usually this is in a directory \file{cgi-bin} in the server tree.
264264
265265
Make sure that your script is readable and executable by ``others''; the
266-
Unix file mode should be 755 (use \code{chmod 755 filename}). Make sure
266+
\UNIX{} file mode should be 755 (use \code{chmod 755 filename}). Make sure
267267
that the first line of the script contains \code{\#!} starting in column 1
268268
followed by the pathname of the Python interpreter, for instance:
269269
@@ -297,7 +297,7 @@ \subsection{Installing your CGI script on a Unix system}
297297
%
298298
(This way, the directory inserted last will be searched first!)
299299
300-
Instructions for non-Unix systems will vary; check your HTTP server's
300+
Instructions for non-\UNIX{} systems will vary; check your HTTP server's
301301
documentation (it will usually have a section on CGI scripts).
302302
303303

Doc/lib/libfcntl.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ \section{Built-in Module \sectcode{fcntl}}
3838

3939
\begin{funcdesc}{flock}{fd\, op}
4040
Perform the lock operation \var{op} on file descriptor \var{fd}.
41-
See the Unix manual for details. (On some systems, this function is
42-
emulated using \code{fcntl}.)
41+
See the \UNIX{} manual for details. (On some systems, this function is
42+
emulated using \code{fcntl()}.)
4343
\end{funcdesc}
4444

4545
\begin{funcdesc}{lockf}{fd\, code\, \optional{len\, \optional{start\, \optional{whence}}}}
4646
This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
47-
\code{fcntl()} calls. See the Unix manual for details.
47+
\code{fcntl()} calls. See the \UNIX{} manual for details.
4848
\end{funcdesc}
4949

5050
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you

Doc/liballos.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ \chapter{Generic Operating System Services}
2424
--- Standard errno system symbols.
2525

2626
\item[glob]
27-
--- Unix shell style pathname pattern expansion.
27+
--- \UNIX{} shell style pathname pattern expansion.
2828

2929
\item[fnmatch]
30-
--- Unix shell style pathname pattern matching.
30+
--- \UNIX{} shell style pathname pattern matching.
3131

3232
\item[locale]
3333
--- Internationalization services.

Doc/libcgi.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ \subsection{Installing your CGI script on a Unix system}
263263
installed; usually this is in a directory \file{cgi-bin} in the server tree.
264264
265265
Make sure that your script is readable and executable by ``others''; the
266-
Unix file mode should be 755 (use \code{chmod 755 filename}). Make sure
266+
\UNIX{} file mode should be 755 (use \code{chmod 755 filename}). Make sure
267267
that the first line of the script contains \code{\#!} starting in column 1
268268
followed by the pathname of the Python interpreter, for instance:
269269
@@ -297,7 +297,7 @@ \subsection{Installing your CGI script on a Unix system}
297297
%
298298
(This way, the directory inserted last will be searched first!)
299299
300-
Instructions for non-Unix systems will vary; check your HTTP server's
300+
Instructions for non-\UNIX{} systems will vary; check your HTTP server's
301301
documentation (it will usually have a section on CGI scripts).
302302
303303

Doc/libfcntl.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ \section{Built-in Module \sectcode{fcntl}}
3838

3939
\begin{funcdesc}{flock}{fd\, op}
4040
Perform the lock operation \var{op} on file descriptor \var{fd}.
41-
See the Unix manual for details. (On some systems, this function is
42-
emulated using \code{fcntl}.)
41+
See the \UNIX{} manual for details. (On some systems, this function is
42+
emulated using \code{fcntl()}.)
4343
\end{funcdesc}
4444

4545
\begin{funcdesc}{lockf}{fd\, code\, \optional{len\, \optional{start\, \optional{whence}}}}
4646
This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
47-
\code{fcntl()} calls. See the Unix manual for details.
47+
\code{fcntl()} calls. See the \UNIX{} manual for details.
4848
\end{funcdesc}
4949

5050
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you

0 commit comments

Comments
 (0)