1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Subject: man page fix
Description: Replace '/ with "
Forwarded: not-needed
Author: Peter Blackman <peter@pblackman.plus.com>
Index: b/tkinfo.1
===================================================================
--- a/tkinfo.1
+++ b/tkinfo.1
@@ -172,7 +172,7 @@
.SH "SEE ALSO"
The program documents itself in the info format: start it and type
-\'h\'. Customization via X resources is also documented in that way.
+"h". Customization via X resources is also documented in that way.
.PP
You can get additional information and the latest version of
.B tkinfo
|