From 4c91ab7b2f757aa87d992a167a9815f2a92dea76 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Tue, 2 Apr 2019 21:55:11 +0000 Subject: docs: Fix missing lines caused by undefined macros - Escape apostrophes at line start. Some lines begin with a "'" (apostrophe, single quote), which is then interpreted as a control character in *roff. Such lines are interpreted as being a call to a macro, and if undefined, the lines are removed from the output. Bug: https://bugs.debian.org/926352 Signed-off-by: Bjarni Ingi Gislason Submitted-by: Alessandro Ghedini Closes https://github.com/curl/curl/pull/4111 --- docs/cmdline-opts/proto.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cmdline-opts/proto.d') diff --git a/docs/cmdline-opts/proto.d b/docs/cmdline-opts/proto.d index 1513fdc05..e1ece1788 100644 --- a/docs/cmdline-opts/proto.d +++ b/docs/cmdline-opts/proto.d @@ -6,7 +6,7 @@ Added: 7.20.2 --- Tells curl to limit what protocols it may use in the transfer. Protocols are evaluated left to right, are comma separated, and are each a protocol name or -'all', optionally prefixed by zero or more modifiers. Available modifiers are: +\&'all', optionally prefixed by zero or more modifiers. Available modifiers are: .RS .TP 3 .B + -- cgit v1.2.3