proto.d: fix formatting for paragraphs after margin changes

Closes https://github.com/curl/curl/pull/7341
This commit is contained in:
Jay Satiro 2021-07-03 17:36:51 -04:00
parent d352a1bb2b
commit 2b311d369d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ only enables http and https
.B --proto =http,https .B --proto =http,https
also only enables http and https also only enables http and https
.RE .RE
.IP
Unknown protocols produce a warning. This allows scripts to safely rely on Unknown protocols produce a warning. This allows scripts to safely rely on
being able to disable potentially dangerous protocols, without relying upon being able to disable potentially dangerous protocols, without relying upon
support for that protocol being built into curl to avoid an error. support for that protocol being built into curl to avoid an error.