1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Use man:[] macro for all manpage references

This commit is contained in:
Jonas Fonseca 2006-01-12 11:34:56 +01:00 committed by Jonas Fonseca
parent d72f160a8a
commit a7397ea328
5 changed files with 9 additions and 7 deletions

View File

@ -60,7 +60,8 @@ squote='
# Use the man:[] macro to link between elinks manpages
[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

View File

@ -76,7 +76,7 @@ HOME::
WWW_HOME::
Homepage location (as in lynx(1)).
Homepage location (as in man:lynx[1]).
FILES
-----
@ -151,7 +151,8 @@ was done by Jonas Fonseca mailto:fonseca@diku.dk[].
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

View File

@ -29,7 +29,7 @@ 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.
elinks.conf. This is described in man:elinkskeys[5].
SYNTAX
------

View File

@ -239,7 +239,7 @@ The path to the users home directory\&. Used when expanding ~/\&.
.TP
WWW_HOME
Homepage location (as in lynx(1))\&.
Homepage location (as in \fBlynx\fR(1))\&.
.SH "FILES"
@ -308,5 +308,5 @@ This manual page was written by Peter Gervai <grin@tolna\&.net>, using excerpts
.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)

View File

@ -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\&.
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"