diff lib/save-cwd.c @ 4474:f1650b772bb6

Correct SunOS and Solaris version number notation to match Sun's usage.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 22 Jul 2003 22:56:34 +0000 (2003-07-22)
parents 19e3ac1521d6
children 7135d3d3d962
line wrap: on
line diff
--- a/lib/save-cwd.c
+++ b/lib/save-cwd.c
@@ -62,7 +62,7 @@
    support for fchdir, and getcwd is not robust or as efficient.
    So, we prefer to use the open/fchdir approach, but fall back on
    getcwd if necessary.  Some systems lack fchdir altogether: OS/2,
-   Cygwin (as of March 2003), SCO Xenix.  At least SunOS4 and Irix 5.3
+   Cygwin (as of March 2003), SCO Xenix.  At least SunOS 4 and Irix 5.3
    provide the function, yet it doesn't work for partitions on which
    auditing is enabled.  */