diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-05 11:54:36 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-05 11:54:36 +0200 |
commit | 6e8b4572fb7d3e575821fe8799ded1c865cd866f (patch) | |
tree | 61c8ddd2b214ac108713c349aff3b1b50be4293b /doc/apt-mark.8.xml | |
parent | fd4bd9029ee0fe03c18187cd11ae4576c5e47379 (diff) |
* doc/*:
- move the command synopsis out of each manpage into apt-verbatim.ent
as they are a hell to translate and just single out the parameters
which can be translated to apt.ent
Diffstat (limited to 'doc/apt-mark.8.xml')
-rw-r--r-- | doc/apt-mark.8.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index 01c8665dd..d62731124 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -33,26 +33,8 @@ <refpurpose>mark/unmark a package as being automatically-installed</refpurpose> </refnamediv> - <!-- Arguments --> - <refsynopsisdiv> - <cmdsynopsis> - <command>apt-mark</command> - <arg><option>-hv</option></arg> - <arg><option>-f=<replaceable>FILENAME</replaceable></option></arg> - <group choice="plain"> - <arg choice="plain"> - <group choice="req"> - <arg choice="plain">auto</arg> - <arg choice="plain">manual</arg> - <arg choice="plain">showauto</arg> - <arg choice="plain">showmanual</arg> - </group> - <arg choice="plain" rep="repeat"><replaceable>package</replaceable></arg> - </arg> - </group> - </cmdsynopsis> - </refsynopsisdiv> - + &synopsis-command-apt-mark; + <refsect1><title>Description</title> <para><command>apt-mark</command> will change whether a package has been marked as being automatically installed. |