aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/common_src
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-04 15:15:02 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-05 00:14:05 +0000
commitdabb19572d954ac9d7b0771d79bdb594fcaadcde (patch)
treec1c7ded98d21dfceeac0f64ab8e4eb8593c792db /docbook/common_src
parent444cac45b2f845dc0e0baf9110b8ad5b9bd2709d (diff)
More AsciiDoc → Asciidoctor updates.
Switch from AsciiDoc's smart quotes markup to the quotes themselves. Use double curly quotes in place of singles. Switch from XML entities to their direct equivalents where we can. Switch from hex entities to decimal entities where we can't or it's not convenient. (Asciidoctor PDF doesn't yet handle hex entities). Change-Id: Iaf5ec33249e1c91b3d50b5d96251763243b72836 Reviewed-on: https://code.wireshark.org/review/25606 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/common_src')
-rw-r--r--docbook/common_src/GPL_appendix.asciidoc6
-rw-r--r--docbook/common_src/typographic_conventions.asciidoc4
2 files changed, 5 insertions, 5 deletions
diff --git a/docbook/common_src/GPL_appendix.asciidoc b/docbook/common_src/GPL_appendix.asciidoc
index 61ab50e7aa..6b9ec83406 100644
--- a/docbook/common_src/GPL_appendix.asciidoc
+++ b/docbook/common_src/GPL_appendix.asciidoc
@@ -3,7 +3,7 @@
++++++++++++++++++++++++++++++++++++++
[[AppGPL]]
-== This Document's License (GPL)
+== This Document’s License (GPL)
As with the original license and documentation distributed
with Wireshark, this document is covered by the GNU General Public
@@ -306,7 +306,7 @@ to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
- &lt;one line to give the program's name and a brief idea of what it does.>
+ <one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
@@ -346,7 +346,7 @@ necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
- &lt;signature of Ty Coon>, 1 April 1989
+ <signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
diff --git a/docbook/common_src/typographic_conventions.asciidoc b/docbook/common_src/typographic_conventions.asciidoc
index 5b568f25c2..ccb4f3a752 100644
--- a/docbook/common_src/typographic_conventions.asciidoc
+++ b/docbook/common_src/typographic_conventions.asciidoc
@@ -9,7 +9,7 @@ The following table shows the typographic conventions that are used in this guid
// AsciiDoc allows alternative markup for some styles, specifially
// 'single quotes' and _underlines_ for italics and +plus signs+ and
// `backticks` for monospaces.
-// Asciidoctor's modern mode is more strict, and only allows _underline_
+// Asciidoctor’s modern mode is more strict, and only allows _underline_
// italics and `backtick` monospaces.
// http://asciidoctor.org/docs/migration/
@@ -18,7 +18,7 @@ The following table shows the typographic conventions that are used in this guid
|===============
|Style|Description|Example
|_Italic_ |File names, folder names, and extensions |_C:\Development\wireshark_.
-|`Monospace` |Commands, flags, and environment variables|CMake's `-G` option.
+|`Monospace` |Commands, flags, and environment variables|CMake’s `-G` option.
|**`Bold Monospace`** |Commands that should be run by the user|Run **`cmake -G Ninja ..`**.
|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.