sync with OpenBSD -current

This commit is contained in:
purplerain 2025-01-10 01:40:29 +00:00
parent 4b49aefbb1
commit 1fd36b57f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
945 changed files with 81965 additions and 59988 deletions

View file

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml
docbook-to-man $< > $@
docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package.
Please remember that if you create the nroff version in one of the
debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field.
The docbook-to-man binary is found in the docbook-to-man package.
Please remember that if you create the nroff version in one of the
debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field.
-->
@ -70,14 +70,14 @@ manpage.1: manpage.sgml
<arg><option>--format</option> <option><replaceable>format</replaceable></option></arg>
</group>
<group>
<arg><option>-q</option></arg>
<arg><option>--quiet</option></arg>
<arg><option>-q</option></arg>
<arg><option>--quiet</option></arg>
</group>
<arg><option>--version</option></arg>
<arg><option>--help</option></arg>
<sbr>
<arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@ -103,27 +103,27 @@ manpage.1: manpage.sgml
</term>
<listitem>
<para>Print verbose output of the whole font pattern for each match,
or <replaceable>element</replaceable>s if any is
provided.</para>
or <replaceable>element</replaceable>s if any is
provided.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f</option>
<option>--format</option>
<option><replaceable>format</replaceable></option>
<option><replaceable>format</replaceable></option>
</term>
<listitem>
<para>Format output according to the format specifier
<replaceable>format</replaceable>.</para>
<replaceable>format</replaceable>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-q</option>
<option>--quiet</option>
</term>
<listitem>
<para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para>
</listitem>
<term><option>-q</option>
<option>--quiet</option>
</term>
<listitem>
<para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-V</option>