Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ricochet(6) [debian man page]

RICOCHET(6)							   Games Manual 						       RICOCHET(6)

NAME
ricochet - client application for multi-player ricochet robots game SYNOPSIS
ricochet --host <hostname> --port <port> --name <username> --game <gamename> --watch DESCRIPTION
Ricochet is a client for the Ricochet Robots server (rrserve). It provides a view of the board and permits the user to fully interact with the server, both managing the set of games running in the server and playing individual games. USAGE
Options are as follows: --help,--usage Print a help/usage message and exit. -h,--host hostname Select the host running the Ricochet Robots server. By default, ricochet connects to localhost -p,--port port Select the TCP port to connect to. By default, ricochet connects to port 5252. -n,--name username Specify the player name to present to the server. This name will be shown to all other players. By default, this is the user's login name. -g,--game gamename Select a game to join or create. By default, ricochet presents a dialog showing the available games and also allowing the user to create a new game. -w,--watch This allows the user to watch the selected game rather than participating in it. AUTHOR
icochet is the work of Keith Packard <keithp@keithp.com> Ricochet is Copyright 2003,2012 Keith Packard. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limi- tation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 2012-06-11 RICOCHET(6)

Check Out this Related Man Page

CPMCP(1)							   User commands							  CPMCP(1)

NAME
cpmcp - copy files from and to CP/M disks SYNOPSIS
cpmcp [-f format] [-p] [-t] image user:file file cpmcp [-f format] [-p] [-t] image user:file ... directory cpmcp [-f format] [-p] [-t] image file user:file cpmcp [-f format] [-p] [-t] image file ... user: DESCRIPTION
cpmcp copies one or more files to or from a CP/M disk. When copying multiple files, the last argument must be a drive or directory. The drive letter does not matter because the device is specified by the image, it is only used to specify which direction you want to copy. The user number is specified after the drive letter, if omitted user 0 is used. You can use * and ? in CP/M file names, which have the same meaning in sh(1) file name patterns. OPTIONS
-f format Use the given CP/M disk format instead of the default format. -p Preserve time stamps when copying files from CP/M to UNIX (not implemented for copying the other way so far). -t Convert text files between CP/M and UNIX conventions. RETURN VALUE
Upon successful completion, exit code 0 is returned. ERRORS
Any errors are indicated by exit code 1. FILES
/etc/cpmtools/diskdefs CP/M disk format definitions AUTHORS
This program is copyright 1997-2010 Michael Haardt <michael@moria.de>. The Windows port is copyright 2000, 2001 John Elliott <jce@seasip.demon.co.uk>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SEE ALSO
cpmls(1), cpm(5) CP
/M tools March 30, 2010 CPMCP(1)
Man Page