diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-06 22:39:24 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-06 22:39:24 +0000 |
commit | d76e42586ff3032b1427b9c130ed65c09078f4e4 (patch) | |
tree | 39a98c2bb883a82ec884c5e6d511cd99711a3a4d | |
parent | d0b90cd56262986a6b8a57d91f1f833d3039bc9e (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | main.c | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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: @@ -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.", |