This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository bzflag.
commit 699b67d176e099189700a2e7c7a0042221f9c739 Author: Alexandre Detiste <[email protected]> Date: Sun Mar 6 09:01:28 2016 +0100 add a manpage for bzfquery --- debian/bzfquery.6 | 38 ++++++++++++++++++++++++++++++++++++++ debian/changelog | 7 +++++++ 2 files changed, 45 insertions(+) diff --git a/debian/bzfquery.6 b/debian/bzfquery.6 new file mode 100644 index 0000000..937ff17 --- /dev/null +++ b/debian/bzfquery.6 @@ -0,0 +1,38 @@ +.\" bzflag +.\" Copyright (c) 1993-2016 Tim Riker +.\" 2016 Alexandre Detiste +.\" +.\" This package is free software; you can redistribute it and/or +.\" modify it under the terms of the license found in the file +.\" named COPYING that should have accompanied this file. +.\" +.\" THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" +.TH "bzquery" "6" "2016-03-06" "bzquery" "BZFlag" +.SH "NAME" +bzfquery \- Contact a bzflag server and print the game status +.SH "SYNOPSIS" +.B bzquery +[\fIserver\fR [\fIport\fR]] + +.SH "DESCRIPTION" +Generate a report to standard output describing the status of a bzflag game. +The report includes a player count, team listings, score, and the flags +controlling game option and state. + +.SH "OPTIONS" +.B server +This is the hostname of the server to query. +If this is not specified, bzfquery will default to localhost. + +.B port +This is the port the BZFlag server is running at. +If this is not specified, bzfquery will default to standard port 4053. + +.SH "SEE ALSO" +bzflag(6), bzfs(6), bzadmin(6) + +.SH "AUTHOR" +This manual page is based on \fImisc/bzfquery.pl\fP. diff --git a/debian/changelog b/debian/changelog index b7e30cc..11ef98e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bzflag (2.4.2+ds1-8) UNRELEASED; urgency=medium + + [ Alexandre Detiste ] + * provide a man page for bzfquery tool. + + -- Markus Koschany <[email protected]> Sun, 06 Mar 2016 08:53:48 +0100 + bzflag (2.4.2+ds1-7) unstable; urgency=medium * Team upload. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

