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

Skip to content

Commit 9f3ae3e

Browse files
committed
fix minor markup errors
1 parent ebd9d5b commit 9f3ae3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ \subsection{Files and Directories \label{os-file-dir}}
796796
directory.
797797
Availability: Macintosh, \UNIX, Windows.
798798

799-
\versionchanged[On Windows NT/2k/XP and Unix, if \var{path} is a Unicode
799+
\versionchanged[On Windows NT/2k/XP and \UNIX, if \var{path} is a Unicode
800800
object, the result will be a list of Unicode objects.]{2.3}
801801
\end{funcdesc}
802802

@@ -989,14 +989,14 @@ \subsection{Files and Directories \label{os-file-dir}}
989989
reported if the system supports that. On Mac OS, the times are always
990990
floats. See \function{stat_float_times} for further discussion. ]{2.3}
991991

992-
On some Unix systems (such as Linux), the following attributes may
992+
On some \UNIX{} systems (such as Linux), the following attributes may
993993
also be available:
994994
\member{st_blocks} (number of blocks allocated for file),
995995
\member{st_blksize} (filesystem blocksize),
996996
\member{st_rdev} (type of device if an inode device).
997997
\member{st_flags} (user defined flags for file).
998998

999-
On other Unix systems (such as FreeBSD), the following attributes
999+
On other \UNIX{} systems (such as FreeBSD), the following attributes
10001000
may be available (but may be only filled out of root tries to
10011001
use them:
10021002
\member{st_gen} (file generation number),

0 commit comments

Comments
 (0)