summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-01-06 22:39:24 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-01-06 22:39:24 +0000
commitd76e42586ff3032b1427b9c130ed65c09078f4e4 (patch)
tree39a98c2bb883a82ec884c5e6d511cd99711a3a4d
parentd0b90cd56262986a6b8a57d91f1f833d3039bc9e (diff)
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6240826> SunXORG-7_0_99_901
bug 6240826: xman typo: 'geometery' in usage message (Sam Lau)
-rw-r--r--ChangeLog6
-rw-r--r--main.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29f5db4..f3caf79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-06 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * main.c (ArgError):
+ <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6240826>
+ Sun bug 6240826: xman typo: 'geometery' in usage message (Sam Lau)
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/main.c b/main.c
index a5e6174..06d0f8a 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,5 @@
/* $XConsortium: main.c,v 1.23 94/04/17 20:43:55 rws Exp $ */
+/* $XdotOrg: $ */
/*
Copyright (c) 1987, 1988 X Consortium
@@ -237,7 +238,7 @@ ArgError(int argc, char ** argv)
"-helpfile <filename>", "Specifies the helpfile to use.",
"-bothshown", "Show both the directory and manpage at once.",
"-notopbox", "Starts with manpage rather than topbox.",
- "-geometery <geom>", "Specifies the geometry of the top box.",
+ "-geometry <geom>", "Specifies the geometry of the top box.",
"=<geom>", "Specifies the geometry of the top box.",
"-pagesize <geom>", "Specifies the geometry of the manual page.",
"-bw <pixels>", "Width of all window borders.",