Module Name: src
Committed By: hubertf
Date: Sat Apr 18 22:06:48 UTC 2015
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Properly spell X' name. From X(7):
The X.Org Foundation requests that the following names be used when
referring to this software:
X
X Window System
X Version 11
X Window System, Version 11
X11
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/distrib/utils/embedded/mkimage
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.56 src/distrib/utils/embedded/mkimage:1.57
--- src/distrib/utils/embedded/mkimage:1.56 Mon Apr 6 22:20:52 2015
+++ src/distrib/utils/embedded/mkimage Sat Apr 18 22:06:48 2015
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkimage,v 1.56 2015/04/06 22:20:52 jmcneill Exp $
+# $NetBSD: mkimage,v 1.57 2015/04/18 22:06:48 hubertf Exp $
#
# Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -75,7 +75,7 @@ Usage: $PROG -h <host-arch> [-bdmx] [-K
-r root device kind (sd, wd, ld)
-d Add the debug sets
-m Optimize the OS installation to mimimize disk writes for SSDs
--x Load the x sets too, not just the base ones
+-x Load the X sets too, not just the base ones
EOF
exit 1
}