X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c8e5d01add32db96106241794de38bd7d7d26990..c307a4f0aa29c9c52a0e028524d21b448a53d09b:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 0b52574e6..65929e733 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -33,91 +33,8 @@
APT package handling utility -- command-line interface
-
-
-
- apt-get
-
-
-
-
-
-
-
-
-
-
- target_release
-
-
-
-
-
- default_architecture
-
-
-
-
-
- update
- upgrade
- dselect-upgrade
- dist-upgrade
- install
- pkg
-
-
-
- =pkg_version_number
-
-
- /target_release
-
-
-
-
-
- remove pkg
- purge pkg
- source
- pkg
-
-
-
- =pkg_version_number
-
-
- /target_release
-
-
-
-
-
- build-dep pkg
- check
- clean
- autoclean
- autoremove
-
-
- -v
- --version
-
-
-
-
- -h
- --help
-
-
-
-
-
-
+ &synopsis-command-apt-get;
+
Descriptionapt-get is the command-line tool for handling packages, and may be
considered the user's "back-end" to other tools using the APT
@@ -247,7 +164,7 @@
source causes apt-get to fetch source packages. APT
will examine the available packages to decide which source package to
fetch. It will then find and download into the current directory the
- newest available version of that source package while respect the
+ newest available version of that source package while respecting the
default release, set with the option APT::Default-Release,
the option or per package with the
pkg/release syntax, if possible.
@@ -433,6 +350,11 @@
Configuration Item: APT::Get::Assume-Yes.
+
+ Automatic "no" to all prompts.
+ Configuration Item: APT::Get::Assume-No.
+
+
Show upgraded packages; Print out a list of all packages that are to be
upgraded.