Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded Properly spell X' name. From X(7):



details:   https://anonhg.NetBSD.org/src/rev/aa108b9078cd
branches:  trunk
changeset: 807684:aa108b9078cd
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sat Apr 18 22:06:48 2015 +0000

description:
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

diffstat:

 distrib/utils/embedded/mkimage |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 851211668c14 -r aa108b9078cd distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Sat Apr 18 21:44:31 2015 +0000
+++ b/distrib/utils/embedded/mkimage    Sat Apr 18 22:06:48 2015 +0000
@@ -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 @@
 -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
 }



Home | Main Index | Thread Index | Old Index