From f1463582da41c0048f99744838149478d1f7dd6a Mon Sep 17 00:00:00 2001 From: skyjake Date: Sun, 31 Mar 2013 11:23:31 +0300 Subject: [PATCH] Documentation|Console: Fixed typos and some redundancy --- doomsday/doc/libcommon/command/messageno.ame | 2 +- doomsday/doc/libcommon/command/messageyes.ame | 2 +- doomsday/doc/libcommon/command/noclip.ame | 3 +++ doomsday/doc/libdoom/command/messagecancel.ame | 2 +- doomsday/doc/libdoom/command/noclip.ame | 3 --- doomsday/doc/libheretic/command/messagecancel.ame | 2 +- doomsday/doc/libheretic/command/noclip.ame | 3 --- doomsday/doc/libhexen/command/messagecancel.ame | 2 +- doomsday/doc/libhexen/command/noclip.ame | 3 --- 9 files changed, 8 insertions(+), 14 deletions(-) create mode 100644 doomsday/doc/libcommon/command/noclip.ame delete mode 100644 doomsday/doc/libdoom/command/noclip.ame delete mode 100644 doomsday/doc/libheretic/command/noclip.ame delete mode 100644 doomsday/doc/libhexen/command/noclip.ame diff --git a/doomsday/doc/libcommon/command/messageno.ame b/doomsday/doc/libcommon/command/messageno.ame index 81656a9d95..79c9369ffa 100644 --- a/doomsday/doc/libcommon/command/messageno.ame +++ b/doomsday/doc/libcommon/command/messageno.ame @@ -1,3 +1,3 @@ @summary{ - Respond - NO to the message promt. + Respond - NO to the message prompt. } diff --git a/doomsday/doc/libcommon/command/messageyes.ame b/doomsday/doc/libcommon/command/messageyes.ame index f566fa58f5..f7c98593c4 100644 --- a/doomsday/doc/libcommon/command/messageyes.ame +++ b/doomsday/doc/libcommon/command/messageyes.ame @@ -1,3 +1,3 @@ @summary{ - Respond - YES to the message promt. + Respond - YES to the message prompt. } diff --git a/doomsday/doc/libcommon/command/noclip.ame b/doomsday/doc/libcommon/command/noclip.ame new file mode 100644 index 0000000000..4097f8ee6c --- /dev/null +++ b/doomsday/doc/libcommon/command/noclip.ame @@ -0,0 +1,3 @@ +@summary{ + Toggle movement clipping on/off, to walk through walls (cheat). +} diff --git a/doomsday/doc/libdoom/command/messagecancel.ame b/doomsday/doc/libdoom/command/messagecancel.ame index 7ab68c3487..519343c119 100644 --- a/doomsday/doc/libdoom/command/messagecancel.ame +++ b/doomsday/doc/libdoom/command/messagecancel.ame @@ -1,3 +1,3 @@ @summary{ - Respond - CANCEL to the message promt. + Respond - CANCEL to the message prompt. } diff --git a/doomsday/doc/libdoom/command/noclip.ame b/doomsday/doc/libdoom/command/noclip.ame deleted file mode 100644 index 18efe28bb1..0000000000 --- a/doomsday/doc/libdoom/command/noclip.ame +++ /dev/null @@ -1,3 +0,0 @@ -@summary{ - No movement clipping aka, walk through walls (cheat). -} diff --git a/doomsday/doc/libheretic/command/messagecancel.ame b/doomsday/doc/libheretic/command/messagecancel.ame index b6c93d69de..519343c119 100644 --- a/doomsday/doc/libheretic/command/messagecancel.ame +++ b/doomsday/doc/libheretic/command/messagecancel.ame @@ -1,3 +1,3 @@ @summary{ - Respond - CANCEL to the message promte. + Respond - CANCEL to the message prompt. } diff --git a/doomsday/doc/libheretic/command/noclip.ame b/doomsday/doc/libheretic/command/noclip.ame deleted file mode 100644 index a1b01d9f36..0000000000 --- a/doomsday/doc/libheretic/command/noclip.ame +++ /dev/null @@ -1,3 +0,0 @@ -@summary{ - Movement clipping on/off. -} diff --git a/doomsday/doc/libhexen/command/messagecancel.ame b/doomsday/doc/libhexen/command/messagecancel.ame index b6c93d69de..519343c119 100644 --- a/doomsday/doc/libhexen/command/messagecancel.ame +++ b/doomsday/doc/libhexen/command/messagecancel.ame @@ -1,3 +1,3 @@ @summary{ - Respond - CANCEL to the message promte. + Respond - CANCEL to the message prompt. } diff --git a/doomsday/doc/libhexen/command/noclip.ame b/doomsday/doc/libhexen/command/noclip.ame deleted file mode 100644 index a1b01d9f36..0000000000 --- a/doomsday/doc/libhexen/command/noclip.ame +++ /dev/null @@ -1,3 +0,0 @@ -@summary{ - Movement clipping on/off. -}