summaryrefslogtreecommitdiff
path: root/src/manual.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual.c')
-rw-r--r--src/manual.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/src/manual.c b/src/manual.c
index 04c4bf8..fc48c08 100644
--- a/src/manual.c
+++ b/src/manual.c
@@ -1,28 +1,28 @@
-/*****************************************************************************
- * ___ __ __ ___ _ __ *
- * / _ \\ \/ // _ \ '_ \ *
- * | (_) |> <| __/ | | | *
- * \___//_/\_\\___|_| |_| *
- * *
- * The card game *
- * *
- * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
- * Mario Kilies <MarioKilies@GMX.net> *
- * *
- * 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 *
- * MERCHANTABILITY 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, see <http://www.gnu.org/licenses/>. *
- * *
- *****************************************************************************/
+/**************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * 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 *
+ * MERCHANTABILITY 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, see <http://www.gnu.org/licenses/>. *
+ * *
+ **************************************************************************/
#include "manual.h"
#include <stdio.h>
@@ -42,7 +42,7 @@ static const char* manual_text =
" Players can set their nickname with '-u name' or by setting the USER\n"
" environment variable.\n\n"
" HOW TO PLAY:\n\n"
-" Oxen is inspired by the card game known as \"Take 6\" or \"6 nimmt!\".\n"
+" Oxen is inspired by the card game known as \"Take 6!\" or \"6 nimmt!\".\n"
" It consists of a main stack with cards numbered from 1 to 104 and of 4 open\n"
" table stacks that grow every round, but must not get larger than 5 cards.\n\n"
@@ -64,7 +64,7 @@ static const char* manual_text =
" If a stack would contain 6 cards after placing a card on it, the player who\n"
" chose the card has to replace the stack with his chosen card and add the\n"
" number of diamonds of all the cards within the replaced stack to his score\n"
-" (therefore the name \"Take 6\" or \"6 nimmt\").\n\n"
+" (therefore the name \"Take 6!\" or \"6 nimmt!\").\n\n"
" If a card can not be placed on any table stack (because its number is lower\n"
" than the top cards numbers of all stacks), the player can create a new\n"