Commit d7c3d27e d7c3d27e325d21a2301f6d6ab31aceec00386b61 by Sergey Poznyakoff

Fixed sectioning

1 parent 158410fb
...@@ -406,7 +406,7 @@ as a draft) by the Free Software Foundation. ...@@ -406,7 +406,7 @@ as a draft) by the Free Software Foundation.
406 @end enumerate 406 @end enumerate
407 407
408 @page 408 @page
409 @appendixsubsec ADDENDUM: How to use this License for your documents 409 @appendixsec ADDENDUM: How to use this License for your documents
410 410
411 To use this License in a document you have written, include a copy of 411 To use this License in a document you have written, include a copy of
412 the License in the document and put the following copyright and 412 the License in the document and put the following copyright and
......
...@@ -2380,7 +2380,7 @@ sensitive. Normally only the first message which matches the pattern will be ...@@ -2380,7 +2380,7 @@ sensitive. Normally only the first message which matches the pattern will be
2380 printed. 2380 printed.
2381 @end enumerate 2381 @end enumerate
2382 2382
2383 @subheading Command line options 2383 @subsubheading Command line options
2384 2384
2385 @table @option 2385 @table @option
2386 2386
......
...@@ -8,15 +8,15 @@ A mailbox or a mailer can be described in a URL, the string will contain the ...@@ -8,15 +8,15 @@ A mailbox or a mailer can be described in a URL, the string will contain the
8 necessary information to initialize @code{mailbox_t}, or @code{mailer_t} 8 necessary information to initialize @code{mailbox_t}, or @code{mailer_t}
9 properly. 9 properly.
10 10
11 @subheading POP3 11 @subsubheading POP3
12 The POP URL scheme contains a POP server, optional port number 12 The POP URL scheme contains a POP server, optional port number
13 and the authentication mechanism. The general form is 13 and the authentication mechanism. The general form is
14 14
15 @smallexample 15 @smallexample
16 @group 16 @group
17 @url{pop://[<@var{user}>[;AUTH=<@var{auth}>]@@]<@var{host}>[:<@var{port}>]} 17 @indicateurl{pop://[@var{user}[;AUTH=@var{auth}]@@]@var{host}[:@var{port}]}
18 or 18 or
19 @url{pop://[<@var{user}>[:<@var{passwd}>]@@]<@var{host}>[:<@var{port}>]} 19 @indicateurl{pop://[@var{user}[:@var{passwd}]@@]@var{host}[:@var{port}]}
20 @end group 20 @end group
21 @end smallexample 21 @end smallexample
22 22
...@@ -26,24 +26,24 @@ The special string @emph{;AUTH=*} indicates that the client will use ...@@ -26,24 +26,24 @@ The special string @emph{;AUTH=*} indicates that the client will use
26 a default scheme base on the capability of the server. 26 a default scheme base on the capability of the server.
27 27
28 @smallexample 28 @smallexample
29 @url{pop://obelix@@gaulois.org} 29 @indicateurl{pop://obelix@@gaulois.org}
30 @url{pop://asterix;AUTH=*@@france.com} 30 @indicateurl{pop://asterix;AUTH=*@@france.com}
31 @url{pop://falbala;AUTH=+APOP@@france.com} 31 @indicateurl{pop://falbala;AUTH=+APOP@@france.com}
32 @url{pop://obelix;AUTH=+APOP@@village.gaulois.org:2000} 32 @indicateurl{pop://obelix;AUTH=+APOP@@village.gaulois.org:2000}
33 @url{pop://obelix:menhir@@village.gaulois.org:2000} 33 @indicateurl{pop://obelix:menhir@@village.gaulois.org:2000}
34 @end smallexample 34 @end smallexample
35 35
36 For more complete information see @cite{RFC 2368}. 36 For more complete information see @cite{RFC 2368}.
37 37
38 @subheading IMAP 38 @subsubheading IMAP
39 The IMAP URL scheme contains an IMAP server, optional port number 39 The IMAP URL scheme contains an IMAP server, optional port number
40 and the authentication mechanism. The general form is 40 and the authentication mechanism. The general form is
41 41
42 @smallexample 42 @smallexample
43 @group 43 @group
44 @url{imap://[<@var{user}>[;AUTH=<@var{type}>]]@@<@var{host}>[:@var{port}][/<@var{mailbox}>]} 44 @indicateurl{imap://[@var{user}[;AUTH=@var{type}]]@@@var{host}[:@var{port}][/@var{mailbox}]}
45 or 45 or
46 @url{imap://[<@var{user}>[:<@var{passwd}>]]@@<@var{host}>[:@var{port}][/<@var{mailbox}>]} 46 @indicateurl{imap://[@var{user}[:@var{passwd}]]@@@var{host}[:@var{port}][/@var{mailbox}]}
47 @end group 47 @end group
48 @end smallexample 48 @end smallexample
49 49
...@@ -53,14 +53,14 @@ The special string @emph{;AUTH=*} indicates that the client will use ...@@ -53,14 +53,14 @@ The special string @emph{;AUTH=*} indicates that the client will use
53 a default scheme base on the capability of the server. 53 a default scheme base on the capability of the server.
54 54
55 @smallexample 55 @smallexample
56 @url{imap://obelix@@imap.gaulois.org} 56 @indicateurl{imap://obelix@@imap.gaulois.org}
57 @url{imap://asterix;AUTH=*@@imap.france.com} 57 @indicateurl{imap://asterix;AUTH=*@@imap.france.com}
58 @url{imap://asterix:potion@@imap.france.com} 58 @indicateurl{imap://asterix:potion@@imap.france.com}
59 @end smallexample 59 @end smallexample
60 60
61 For more complete information see @cite{RFC 2192}. 61 For more complete information see @cite{RFC 2192}.
62 62
63 @subheading File 63 @subsubheading File
64 64
65 Local folder should be handle by this URL. It is preferable to let 65 Local folder should be handle by this URL. It is preferable to let
66 the mailbox recognize the type of mailbox and take the appropriate 66 the mailbox recognize the type of mailbox and take the appropriate
...@@ -68,37 +68,37 @@ action. ...@@ -68,37 +68,37 @@ action.
68 68
69 @smallexample 69 @smallexample
70 @group 70 @group
71 @url{file://@var{path}} 71 @indicateurl{file://@var{path}}
72 @url{file://var/mail/user} 72 @indicateurl{file://var/mail/user}
73 @url{file://home/obelix/Mail} 73 @indicateurl{file://home/obelix/Mail}
74 @end group 74 @end group
75 @end smallexample 75 @end smallexample
76 76
77 For MMDF, MH local mailboxes URLs are provided, but it is preferable to 77 For MMDF, MH local mailboxes URLs are provided, but it is preferable to
78 use @url{file://@var{path}} and let the library figure out which one. 78 use @indicateurl{file://@var{path}} and let the library figure out which one.
79 79
80 @smallexample 80 @smallexample
81 @group 81 @group
82 @url{mmdf://@var{path}} 82 @indicateurl{mmdf://@var{path}}
83 @url{mh://@var{path}} 83 @indicateurl{mh://@var{path}}
84 @end group 84 @end group
85 @end smallexample 85 @end smallexample
86 86
87 @subheading Mailto 87 @subsubheading Mailto
88 88
89 After setting a mailer, @url{mailto:} is used to tell the mailer where 89 After setting a mailer, @indicateurl{mailto:} is used to tell the mailer where
90 and to whom the message is for. 90 and to whom the message is for.
91 91
92 @smallexample 92 @smallexample
93 @url{mailto://@var{hostname}} 93 @indicateurl{mailto://@var{hostname}}
94 @end smallexample 94 @end smallexample
95 95
96 Mailto can be used to generate short messages, for example to subscribe 96 Mailto can be used to generate short messages, for example to subscribe
97 to mailing lists. 97 to mailing lists.
98 98
99 @smallexample 99 @smallexample
100 @url{mailto://bug-mailutils@@gnu.org?body=subscribe} 100 @indicateurl{mailto://bug-mailutils@@gnu.org?body=subscribe}
101 @url{mailto://bug-mailutils@@gnu.org?Subject=hello&body=subscribe} 101 @indicateurl{mailto://bug-mailutils@@gnu.org?Subject=hello&body=subscribe}
102 @end smallexample 102 @end smallexample
103 103
104 For more complete information see @cite{RFC 2368}. 104 For more complete information see @cite{RFC 2368}.
...@@ -107,7 +107,7 @@ For more complete information see @cite{RFC 2368}. ...@@ -107,7 +107,7 @@ For more complete information see @cite{RFC 2368}.
107 @c URL Functions 107 @c URL Functions
108 @c 108 @c
109 109
110 @subheading URL Functions 110 @subsubheading URL Functions
111 111
112 Helper functions are provided to retrieve and set the @emph{URL} fields. 112 Helper functions are provided to retrieve and set the @emph{URL} fields.
113 113
...@@ -196,7 +196,7 @@ a @code{strdup()}. ...@@ -196,7 +196,7 @@ a @code{strdup()}.
196 @deftypefun int url_is_ticket (url_t @var{ticket}, url_t @var{url}) 196 @deftypefun int url_is_ticket (url_t @var{ticket}, url_t @var{url})
197 @end deftypefun 197 @end deftypefun
198 198
199 @subheading Example 199 @subsubheading Example
200 @smallexample 200 @smallexample
201 @include url-parse.inc 201 @include url-parse.inc
202 @end smallexample 202 @end smallexample
......