From c79efe90267efe6fe8e6323fe281ff3b6183b228 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 20 Jun 2007 19:08:29 +0000 Subject: [PATCH] Wrap long line in SYNOPSIS. --- man7/uri.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/uri.7 b/man7/uri.7 index f06eea1c6..65799a0e3 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -56,7 +56,8 @@ absoluteURI = scheme ":" ( hierarchical_part | opaque_part ) .HP relativeURI = ( net_path | absolute_path | relative_path ) [ "?" query ] .HP -scheme = "http" | "ftp" | "gopher" | "mailto" | "news" | "telnet" | "file" | "man" | "info" | "whatis" | "ldap" | "wais" | \&... +scheme = "http" | "ftp" | "gopher" | "mailto" | "news" | "telnet" | + "file" | "man" | "info" | "whatis" | "ldap" | "wais" | \&... .HP hierarchical_part = ( net_path | absolute_path ) [ "?" query ] .HP