Przeglądaj źródła

Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt-get manpage.

Eugene V. Lyubimkin 17 lat temu
rodzic
commit
7e4c7441e8
3 zmienionych plików z 41 dodań i 4 usunięć
  1. 3 0
      debian/changelog
  2. 6 0
      doc/apt-cache.8.xml
  3. 32 4
      doc/apt-get.8.xml

+ 3 - 0
debian/changelog

@@ -42,6 +42,9 @@ apt (0.7.17) unstable; urgency=low
     - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
     - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
       '=<version>' for 'apt-get source'. Patch based on work of Andre Felipe
       '=<version>' for 'apt-get source'. Patch based on work of Andre Felipe
       Machado. (Closes: #399673)
       Machado. (Closes: #399673)
+    - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
+      option in the apt-cache manpage. The part of patch by Andre Felipe
+      Machado. (Closes: #176106)
 
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 
 

+ 6 - 0
doc/apt-cache.8.xml

@@ -51,6 +51,7 @@
          <arg>rdepends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
          <arg>rdepends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
          <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg>
          <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg>
          <arg>dotty <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
          <arg>dotty <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
+         <arg>xvcg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
          <arg>policy <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
          <arg>policy <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
          <arg>madison <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
          <arg>madison <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
       </group>   
       </group>   
@@ -241,6 +242,11 @@ Reverse Provides:
      To limit the output to only the packages listed on the command line,
      To limit the output to only the packages listed on the command line,
      set the <literal>APT::Cache::GivenOnly</literal> option.</para>
      set the <literal>APT::Cache::GivenOnly</literal> option.</para>
 
 
+     <varlistentry><term>xvcg <replaceable>pkg(s)</replaceable></term>
+	 <listitem><para>The same as <literal>dotty</literal>, only for xvcg from the
+	 <ulink url="http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html">VCG tool</ulink>.
+	 </para>
+
      <para>The resulting nodes will have several shapes; normal packages are boxes,
      <para>The resulting nodes will have several shapes; normal packages are boxes,
      pure provides are triangles, mixed provides are diamonds, 
      pure provides are triangles, mixed provides are diamonds, 
      missing packages are hexagons. Orange boxes mean recursion was stopped 
      missing packages are hexagons. Orange boxes mean recursion was stopped 

+ 32 - 4
doc/apt-get.8.xml

@@ -15,7 +15,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>28 October 2008</date>
+   <date>30 October 2008</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>
@@ -33,9 +33,37 @@
  <refsynopsisdiv>
  <refsynopsisdiv>
    <cmdsynopsis>
    <cmdsynopsis>
       <command>apt-get</command>
       <command>apt-get</command>
-      <arg><option>-hvs</option></arg>
-      <arg><option>-o=<replaceable>config string</replaceable></option></arg>
-      <arg><option>-c=<replaceable>file</replaceable></option></arg>
+      <arg><option>-hvsqdyfmubV</option></arg>
+      <arg>
+	      <option>-o=
+		      <group choice='opt'>
+			      <arg>
+				      <replaceable>config_string</replaceable>
+			      </arg>
+			      <arg>
+				      <replaceable>config string</replaceable>
+			      </arg>
+		      </group>
+	      </option>
+      </arg>
+      <arg>
+	      <option>-c=
+		      <replaceable>config_file</replaceable>
+	      </option>
+      </arg>
+      <arg>
+	      <option>-t=
+		      <group choice='opt'>
+			      <arg>
+				      <replaceable>target_release_name</replaceable>
+			      </arg>
+			      <arg>
+				      <replaceable>target_release_number_expression</replaceable>
+			      </arg>
+		      </group>
+	      </option>
+      </arg>
+
       <group choice="req">
       <group choice="req">
          <arg>update</arg>
          <arg>update</arg>
          <arg>upgrade</arg>
          <arg>upgrade</arg>