@@ -796,7 +796,7 @@ \subsection{Files and Directories \label{os-file-dir}}
796796directory.
797797Availability: 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
800800object, 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}}
989989reported if the system supports that. On Mac OS, the times are always
990990floats. 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
993993also 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
10001000may be available (but may be only filled out of root tries to
10011001use them:
10021002\member {st_gen} (file generation number),
0 commit comments