0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Debian: Add birdcl manpage

Mirrors Debian package change.
This commit is contained in:
Jakub Ružička 2023-02-07 19:19:57 +01:00 committed by Ondrej Zajicek
parent ad514e6033
commit b0c3c286a5
4 changed files with 31 additions and 6 deletions

View File

@ -65,11 +65,23 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<email>&dhemail;</email> <email>&dhemail;</email>
</address> </address>
</author> </author>
<author>
<firstname>Jakub</firstname>
<surname>Ružička</surname>
<contrib>Updated this manpage for birdcl.</contrib>
<address>
<email>jakub.ruzicka@nic.cz</email>
</address>
</author>
</authorgroup> </authorgroup>
<copyright> <copyright>
<year>2010</year> <year>2010</year>
<holder>&dhusername;</holder> <holder>&dhusername;</holder>
</copyright> </copyright>
<copyright>
<year>2022</year>
<holder>Jakub Ružička</holder>
</copyright>
<legalnotice> <legalnotice>
<para>This manual page was written for the Debian system <para>This manual page was written for the Debian system
(and may be used by others).</para> (and may be used by others).</para>
@ -95,6 +107,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refname>birdc</refname> <refname>birdc</refname>
<refpurpose>BIRD Internet Routing Daemon remote control</refpurpose> <refpurpose>BIRD Internet Routing Daemon remote control</refpurpose>
</refnamediv> </refnamediv>
<refnamediv>
<refname>birdcl</refname>
<refpurpose>BIRD Internet Routing Daemon remote control light</refpurpose>
</refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
@ -118,6 +134,13 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<arg choice="opt"><option>-s <replaceable>control-socket</replaceable></option></arg> <arg choice="opt"><option>-s <replaceable>control-socket</replaceable></option></arg>
<arg choice="opt"><option>-v</option></arg> <arg choice="opt"><option>-v</option></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis>
<command>birdcl</command>
<arg choice="opt"><option>-l</option></arg>
<arg choice="opt"><option>-r</option></arg>
<arg choice="opt"><option>-s <replaceable>control-socket</replaceable></option></arg>
<arg choice="opt"><option>-v</option></arg>
</cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1 id="description"> <refsect1 id="description">
@ -136,7 +159,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
communicate. Once started, <command>bird</command> will give access communicate. Once started, <command>bird</command> will give access
to an interactive shell: commands can be completed with TAB and help to an interactive shell: commands can be completed with TAB and help
can be requested by pressing the key `?'. More documentation on can be requested by pressing the key `?'. More documentation on
the available commands can be foung on the website, see below.</para> the available commands can be found on the website, see below.</para>
<para><command>birdcl</command> is a light version of <command>birdc</command>
remote control for <command>bird</command> without readline/ncurses support.
TAB completion isn't available.</para>
</refsect1> </refsect1>
<refsect1 id="options"> <refsect1 id="options">
@ -230,7 +256,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<para>The <command>birdc</command> accepts these options:</para> <para><command>birdc</command> and <command>birdcl</command> accept these options:</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-l</option></term> <term><option>-l</option></term>
@ -279,8 +305,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsect1 id="see_also"> <refsect1 id="see_also">
<title>SEE ALSO</title> <title>SEE ALSO</title>
<para>More documentation con be found on the website: <para>More documentation can be found on the website:
https://bird.network.cz/.</para> https://bird.network.cz/.</para>
</refsect1> </refsect1>
</refentry> </refentry>

View File

@ -1 +0,0 @@
bird2: binary-without-manpage usr/sbin/birdcl

View File

@ -1,2 +1,3 @@
bird.8 bird.8
birdc.8 birdc.8
birdcl.8

View File

@ -47,7 +47,7 @@ override_dh_installman: bird.8
override_dh_clean: override_dh_clean:
dh_clean dh_clean
-rm -f bird.8 birdc.8 -rm -f bird.8 birdc.8 birdcl.8
override_dh_missing: override_dh_missing:
dh_missing --fail-missing dh_missing --fail-missing