Manual page search parameters
Results in manual names
-
{% for man in man_results %}
- {{ man.name }}({{ man.section }}) [{{ man.lang }}] (from the {{ man.package__repo }}/{{ man.package__name }} package) {% empty %} No results. {% endfor%}
Results in manual descriptions ("apropos")
-
{% for man in apropos_results %}
-
- {{ man.name }}({{ man.section }}) [{{ man.lang }}] (from the {{ man.package__repo }}/{{ man.package__name }} package)
- {{ man.desc_snippet | safe }}
{% empty %}
No results.
{% endfor%}
Results in package names and descriptions
-
{% for pkg in pkg_results %}
-
- {{ pkg.repo }}/{{ pkg.name }}
- {{ pkg.desc_snippet | safe }}
{% empty %}
No results.
{% endfor%}