aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/common_src
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-08-23 14:46:24 -0700
committerGerald Combs <gerald@wireshark.org>2017-08-23 21:48:57 +0000
commitaf180cc7d050e821825f3f4a2e96607b67704a39 (patch)
treed68a8110de0b963c56aa30980e4ce0e445721634 /docbook/common_src
parentf8ea11ff461c266e8f3746de12ba293932dcff0c (diff)
Update the AsciiDoc button macro name.
Change the name of the button macro to "btn" in order to be compatible with AsciiDoctor. Change-Id: I673e0fe0ae7b343abeb1afba0b9b11402efdf0d6 Reviewed-on: https://code.wireshark.org/review/23187 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/common_src')
-rw-r--r--docbook/common_src/typographic_conventions.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/common_src/typographic_conventions.asciidoc b/docbook/common_src/typographic_conventions.asciidoc
index ee43d0d53e..90078b94f9 100644
--- a/docbook/common_src/typographic_conventions.asciidoc
+++ b/docbook/common_src/typographic_conventions.asciidoc
@@ -13,7 +13,7 @@ The following table shows the typographic conventions that are used in this guid
|'Italic' |File names, folder names, and extensions |'C:\Development\wireshark'.
|`Monospace` |Commands, flags, and environment variables|CMake's `-G` option.
|**`Bold Monospace`** |Commands that should be run by the user|Run **`cmake -G Ninja ..`**.
-|button:[Button] |Dialog and window buttons |Press button:[Launch] to go to the Moon.
+|btn:[Button] |Dialog and window buttons |Press btn:[Launch] to go to the Moon.
|kbd:[Key] |Keyboard shortcut |Press kbd:[Ctrl+Down] to move to the next packet.
|menu:Menu[] |Menu item |Select menu:Go[Next Packet] to move to the next packet.
|===============