There's a set of standard options with will get used by Xt, before Xboard itself will use them. "-name" is an Xt-only option which will set the name and resource of the window to the value requested. It has nothing to do with setting opponent/player names.
Signed-off-by: Thomas Adam <[email protected]> --- xboard.texi | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xboard.texi b/xboard.texi index e8cfd3c..7cedaf9 100644 --- a/xboard.texi +++ b/xboard.texi @@ -2577,12 +2577,14 @@ home directory. @cindex User interface options @cindex Options, User interface @table @asis -@item -display +@itemx -display @itemx -geometry @itemx -iconic +@itemx -name @cindex display, option @cindex geometry, option @cindex iconic, option +@cindex resource name, option These and most other standard Xt options are accepted. @item -noGUI @cindex noGUI, option @@ -3615,7 +3617,6 @@ odd number of total games is specified. A one-word alias for yourself or your opponent. @item -wname <full name> @itemx -bname <full name> -@itemx -name <full name> @itemx -oppname <full name> The full name of White, Black, yourself or your opponent. @item -wna <net address> -- 1.7.5.4
