From bdd6ea6cd0df1e678ff6af53d30d34864e531f9b Mon Sep 17 00:00:00 2001
From: lighta <lightaisme@gmail.com>
Date: Tue, 17 Nov 2015 08:35:07 -0500
Subject: [PATCH] Atcommand missing doc

Run tool/check_doc.pl and add missing documentation for atcommand
@changecharsex (that one seem tohave been forgetten)
---
 doc/atcommands.txt  | 6 ++++++
 src/map/atcommand.c | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/doc/atcommands.txt b/doc/atcommands.txt
index a0c2326ba6..7a647f61ac 100644
--- a/doc/atcommands.txt
+++ b/doc/atcommands.txt
@@ -1151,6 +1151,12 @@ Changes the gender attached to the player's account.
 
 ---------------------------------------
 
+@changecharsex
+
+Changes the gender attached to the player's character.
+
+---------------------------------------
+
 @marry <player 1> <player 2>
 @divorce <player>
 
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 169f0c96aa..d40fd49f55 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -6776,8 +6776,8 @@ ACMD_FUNC(uptime)
 }
 
 /*==========================================
- * @changesex <sex>
- * => Changes one's account sex. Argument sex can be 0 or 1, m or f, male or female.
+ * @changesex 
+ * => Changes one's account sex. Switch from male to female or visversa
  *------------------------------------------*/
 ACMD_FUNC(changesex)
 {
@@ -6797,8 +6797,8 @@ ACMD_FUNC(changesex)
 }
 
 /*==========================================
- * @changecharsex <sex>
- * => Changes one's character sex. Argument sex can be 0 or 1, m or f, male or female.
+ * @changecharsex
+ * => Changes one's character sex. Switch from male to female or visversa.
  *------------------------------------------*/
 ACMD_FUNC(changecharsex)
 {