Wrap long line in SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2007-06-20 19:08:29 +00:00
parent 171b93ebec
commit c79efe9026
1 changed files with 2 additions and 1 deletions

View File

@ -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