1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Description: fix warning and typos in manpage
Author: Youhei SASAKI <uwabami@gfd-dennou.org>
Last-Update: 2021-08-31
Forwarded: no
--- a/man/man1/kramdown.1
+++ b/man/man1/kramdown.1
@@ -86,7 +86,7 @@
.P
If the footnote backlint text is an empty string, no footnote backlinks will be generated\.
.P
-Default: \[u2018]\[u0026]8617;\[u2019] Used by: HTML converter
+Default: '&8617;' Used by: HTML converter
.RE
.TP
\fB\-\-[no\-]footnote\-backlink\-inline\fP
@@ -332,24 +332,24 @@
.IP \(bu 4
laquo_space: left guillemet followed by a space
.IP \(bu 4
-raquo_space: right guillemet preceeded by a space
+raquo_space: right guillemet preceded by a space
.P
Default: {} Used by: HTML/Latex converter
.RE
.SH "EXIT STATUS"
The exit status is 0 if no error happened\. Otherwise it is 1\.
.SH "SEE ALSO"
-The kramdown website
+The kramdown website
.UR http://kramdown\.gettalong\.org
.UE
for more information, especially on the supported input syntax\.
.SH "AUTHOR"
-kramdown was written by Thomas Leitner
+kramdown was written by Thomas Leitner
.MT t_leitner@gmx\.at
.UE
\&\.
.P
-This manual page was written by Thomas Leitner
+This manual page was written by Thomas Leitner
.MT t_leitner@gmx\.at
.UE
\&\.
|