diff options
author | Guillem Jover <guillem@debian.org> | 2009-04-13 06:14:42 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-04-13 06:15:50 +0200 |
commit | f3b72bc149660a938d7d147ce19d656aeee4cad2 (patch) | |
tree | 7164fc9b977d00375e7f7736c082291f78a27969 /man | |
parent | 51926eebbba1f20c3bf994e7364512a1c63a25f2 (diff) | |
download | dpkg-f3b72bc149660a938d7d147ce19d656aeee4cad2.tar.gz |
Fix typos in u-a man page
Add a missing paragraph with heading tag.
Replace reference to ‘link’ with ‘name’ in --auto.
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Diffstat (limited to 'man')
-rw-r--r-- | man/update-alternatives.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/update-alternatives.8 b/man/update-alternatives.8 index d7e3258ac..357c82e75 100644 --- a/man/update-alternatives.8 +++ b/man/update-alternatives.8 @@ -275,8 +275,8 @@ Thus a simple way to fix all broken alternatives is to call \fByes \[aq]\[aq] | update-alternatives \-\-force \-\-all\fR. .TP \fB\-\-auto\fR \fIname\fR -Switch the link group behind the alternative name -.I link +Switch the link group behind the alternative for +.I name to automatic mode. In the process, the master symlink and its slaves are updated to point to the highest priority installed alternatives. @@ -338,6 +338,7 @@ Specifies the log file, when this is to be different from the default .BI \-\-force Let \fBupdate-alternatives\fR replace any real file that is installed where an alternative link has to be installed. +.TP .BI \-\-skip\-auto Skip configuration prompt for alternatives which are properly configured in automatic mode. This option is only relevant with \fB\-\-config\fR or |