version 1.7, 2009/10/21 19:12:19
|
version 1.8, 2009/10/21 19:19:20
|
Line 1
|
Line 1
|
<TMPL_UNLESS NAME="name"> |
<TMPL_IF NAME="name"> |
|
<!-- |
|
[<TMPL_VAR name><TMPL_IF NAME="section">\(<TMPL_VAR section>\)</TMPL_IF>](http://netbsd.gw.com/cgi-bin/man-cgi?<TMPL_VAR name>+<TMPL_IF NAME="section"><TMPL_VAR section></TMPL_IF><TMPL_IF NAME="arch">.<TMPL_VAR arch></TMPL_IF>+<TMPL_IF NAME="collection"><TMPL_VAR collection></TMPL_ELSE>NetBSD-current</TMPL_IF>) |
|
--> |
|
<TMPL_VAR name> |
|
<TMPL_VAR section> |
|
<TMPL_VAR arch> |
|
<TMPL_VAR collection> |
|
<TMPL_ELSE> |
Use this template to create a manpage link. The template can use four parameters: |
Use this template to create a manpage link. The template can use four parameters: |
<ul> |
<ul> |
<li>`name` - This required parameter is the name of the manpage.</li> |
<li>`name` - This required parameter is the name of the manpage.</li> |
Line 6 Use this template to create a manpage li
|
Line 14 Use this template to create a manpage li
|
<li>`arch` - This optional parameter is the machine architecture.</li> |
<li>`arch` - This optional parameter is the machine architecture.</li> |
<li>`collection` - This optional parameter refers to the NetBSD version and defaults to "NetBSD-current".</li> |
<li>`collection` - This optional parameter refers to the NetBSD version and defaults to "NetBSD-current".</li> |
</ul> |
</ul> |
<TMPL_ELSE> |
</TMPL_IF> |
[<TMPL_VAR name><TMPL_IF NAME="section">\(<TMPL_VAR section>\)</TMPL_IF>](http://netbsd.gw.com/cgi-bin/man-cgi?<TMPL_VAR name>+<TMPL_IF NAME="section"><TMPL_VAR section></TMPL_IF><TMPL_IF NAME="arch">.<TMPL_VAR arch></TMPL_IF>+<TMPL_IF NAME="collection"><TMPL_VAR collection></TMPL_ELSE>NetBSD-current</TMPL_IF>) |
|
</TMPL_UNLESS> |
|