mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Use man:[] macro for all manpage references
This commit is contained in:
parent
d72f160a8a
commit
a7397ea328
@ -60,7 +60,8 @@ squote='
|
|||||||
|
|
||||||
# Use the man:[] macro to link between elinks manpages
|
# Use the man:[] macro to link between elinks manpages
|
||||||
[man-inlinemacro]
|
[man-inlinemacro]
|
||||||
<a href="{target}.{0}.html">{target}({0})</a>
|
{eval:re.match("elinks", "{target}") != None}<a href="{target}.{0}.html">{target}({0})</a>
|
||||||
|
{eval:re.match("elinks", "{target}") == None}<b>{target}({0})</b>
|
||||||
|
|
||||||
# API Doc macros
|
# API Doc macros
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ HOME::
|
|||||||
|
|
||||||
WWW_HOME::
|
WWW_HOME::
|
||||||
|
|
||||||
Homepage location (as in lynx(1)).
|
Homepage location (as in man:lynx[1]).
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
-----
|
-----
|
||||||
@ -151,7 +151,8 @@ was done by Jonas Fonseca mailto:fonseca@diku.dk[].
|
|||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
||||||
man:elinkskeys[5], man:elinks.conf[5], links(1), lynx(1), w3m(1), wget(1)
|
man:elinkskeys[5], man:elinks.conf[5], man:links[1], man:lynx[1], man:w3m[1],
|
||||||
|
man:wget[1]
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
# vim: tabstop=4 shiftwidth=4 textwidth=76
|
# vim: tabstop=4 shiftwidth=4 textwidth=76
|
||||||
|
@ -29,7 +29,7 @@ elinks.conf is needed.
|
|||||||
Note that MIME-related options used for specifying handlers of various MIME
|
Note that MIME-related options used for specifying handlers of various MIME
|
||||||
types are NOT described in this document. Documentation for these options can
|
types are NOT described in this document. Documentation for these options can
|
||||||
be found at the ELinks homepage. Keybindings can also be specified in
|
be found at the ELinks homepage. Keybindings can also be specified in
|
||||||
elinks.conf. This is described in the elinkskeys(5) man page.
|
elinks.conf. This is described in man:elinkskeys[5].
|
||||||
|
|
||||||
SYNTAX
|
SYNTAX
|
||||||
------
|
------
|
||||||
|
@ -239,7 +239,7 @@ The path to the users home directory\&. Used when expanding ~/\&.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
WWW_HOME
|
WWW_HOME
|
||||||
Homepage location (as in lynx(1))\&.
|
Homepage location (as in \fBlynx\fR(1))\&.
|
||||||
|
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
|
|
||||||
@ -308,5 +308,5 @@ This manual page was written by Peter Gervai <grin@tolna\&.net>, using excerpts
|
|||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
|
||||||
|
|
||||||
\fBelinkskeys\fR(5), \fBelinks\&.conf\fR(5), links(1), lynx(1), w3m(1), wget(1)
|
\fBelinkskeys\fR(5), \fBelinks\&.conf\fR(5), \fBlinks\fR(1), \fBlynx\fR(1), \fBw3m\fR(1), \fBwget\fR(1)
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ The elinks\&.conf file contains configuration information for ELinks\&. It can b
|
|||||||
It is read at startup and saved only when requested\&. All options described in this document can be fully configured from within ELinks so no editing of elinks\&.conf is needed\&.
|
It is read at startup and saved only when requested\&. All options described in this document can be fully configured from within ELinks so no editing of elinks\&.conf is needed\&.
|
||||||
|
|
||||||
|
|
||||||
Note that MIME\-related options used for specifying handlers of various MIME types are NOT described in this document\&. Documentation for these options can be found at the ELinks homepage\&. Keybindings can also be specified in elinks\&.conf\&. This is described in the elinkskeys(5) man page\&.
|
Note that MIME\-related options used for specifying handlers of various MIME types are NOT described in this document\&. Documentation for these options can be found at the ELinks homepage\&. Keybindings can also be specified in elinks\&.conf\&. This is described in \fBelinkskeys\fR(5)\&.
|
||||||
|
|
||||||
.SH "SYNTAX"
|
.SH "SYNTAX"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user