summaryrefslogtreecommitdiff
path: root/m4/mkstemp.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:27:07 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:27:07 +0000
commit5bbf05f92a89c7ee912c65818465dd98b0f3d14c (patch)
treeb7c128ba042a957b04b1b77f4ec61de5657f40f8 /m4/mkstemp.m4
parent2dd33cf2b1a4762ff1ace1cec50e5f72aaf48cfa (diff)
downloadcoreutils-5bbf05f92a89c7ee912c65818465dd98b0f3d14c.tar.xz
Normalize naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4,
Solaris5.9 -> Solaris 9. From Paul Eggert.
Diffstat (limited to 'm4/mkstemp.m4')
-rw-r--r--m4/mkstemp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4
index a5efedebd..56729bec1 100644
--- a/m4/mkstemp.m4
+++ b/m4/mkstemp.m4
@@ -1,6 +1,6 @@
#serial 1
-# On some systems (e.g., HPUX-10.20, SunOS4.1.4, solaris2.5.1), mkstemp has the
+# On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
# silly limit that it can create no more than 26 files from a given template.
# Other systems lack mkstemp altogether. On either type of system, arrange
# to use the replacement function.