Wichert Akkerman лет назад: 25
Родитель
Сommit
5c155b40df
3 измененных файлов с 13 добавлено и 8 удалено
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 6 8
      scripts/update-alternatives.8

+ 5 - 0
ChangeLog

@@ -6,6 +6,10 @@ Sat Dec 23 02:11:27 CST 2000 Adam Heath <doogie@debian.org>
 
 
   * scripts/dpkg-buildpackage.sh: Add -t to -h output.
   * scripts/dpkg-buildpackage.sh: Add -t to -h output.
 
 
+Fri Dec 22 12:35:43 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * scripts/update-alternatives.8: use FHS instead of FSSTND
+
 Thu Dec 21 19:30:56 CET 2000 peter karlsson <peterk@debian.org>
 Thu Dec 21 19:30:56 CET 2000 peter karlsson <peterk@debian.org>
 
 
   * po/sv.po, doc/sv/dpkg.8: The "Even Merrier Christmas" update of the
   * po/sv.po, doc/sv/dpkg.8: The "Even Merrier Christmas" update of the
@@ -41,6 +45,7 @@ Thu Dec 21 06:58:21 CET 2000 peter karlsson <peterk@debian.org>
 
 
   * po/sv.po: The "Merry Christmas" update of the Swedish translation.
   * po/sv.po: The "Merry Christmas" update of the Swedish translation.
 
 
+>>>>>>> 1.261
 Wed Dec 20 12:50:55 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 Wed Dec 20 12:50:55 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
 
   * main/processarc.c: revert change from Adam: reading the trailing
   * main/processarc.c: revert change from Adam: reading the trailing

+ 2 - 0
debian/changelog

@@ -22,6 +22,8 @@ dpkg (1.8.0) unstable; urgency=low
     Closes: Bug#79352
     Closes: Bug#79352
   * Be more paranoid with file permissions when extracing files
   * Be more paranoid with file permissions when extracing files
   * Apply statoverrides to more then just files
   * Apply statoverrides to more then just files
+  * Update update-alternatives manpage to use FHS instead of FSSTND.
+    Closes: Bug#80237
 
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 
 

+ 6 - 8
scripts/update-alternatives.8

@@ -5,7 +5,7 @@
 .\" by the Free Software Foundation; either version 2 of the License, or
 .\" by the Free Software Foundation; either version 2 of the License, or
 .\" (at your option) any later version.  There is NO WARRANTY.  You can
 .\" (at your option) any later version.  There is NO WARRANTY.  You can
 .\" find the GNU GPL in /usr/share/common-licenses/GPL on any Debian system.
 .\" find the GNU GPL in /usr/share/common-licenses/GPL on any Debian system.
-.TH UPDATE-ALTERNATIVES 8 "19 January 1998" "DEBIAN" "Debian GNU/Linux"
+.TH UPDATE-ALTERNATIVES 8 "19 January 1998" "Debian Project" "dpkg utilities"
 .SH NAME
 .SH NAME
 update-alternatives \- maintain symbolic links determining default commands
 update-alternatives \- maintain symbolic links determining default commands
 .SH SYNOPSIS
 .SH SYNOPSIS
@@ -79,7 +79,7 @@ which in turn is a symbolic link to the actual file referenced.
 This is done so that the system administrator's changes can be confined
 This is done so that the system administrator's changes can be confined
 within the
 within the
 .I /etc
 .I /etc
-directory: the FSSTND (q.v.) gives reasons why this is a Good Thing.
+directory: the FHS (q.v.) gives reasons why this is a Good Thing.
 .PP
 .PP
 When each package
 When each package
 providing a file with a particular functionality is
 providing a file with a particular functionality is
@@ -98,7 +98,7 @@ so that they are changed as a group; for example, when several versions
 of the
 of the
 .BR vi (1)
 .BR vi (1)
 editor are installed, the man page referenced by
 editor are installed, the man page referenced by
-.I /usr/man/man1/vi.1
+.I /usr/share/man/man1/vi.1
 should correspond to the executable referenced by
 should correspond to the executable referenced by
 .IR /usr/bin/vi .
 .IR /usr/bin/vi .
 .B update-alternatives
 .B update-alternatives
@@ -348,10 +348,9 @@ or, if that is not possible, email the author directly.
 If you find any discrepancy between the operation of
 If you find any discrepancy between the operation of
 .B update-alternatives
 .B update-alternatives
 and this manual page, it is a bug,
 and this manual page, it is a bug,
-either in the implementation or the documentation;
-please report it.
+either in the implementation or the documentation; please report it.
 .SH AUTHOR
 .SH AUTHOR
-Debian GNU/Linux update-alternatives is copyright 1995
+Debian update-alternatives is copyright 1995
 Ian Jackson.  It is free software; see the GNU General Public Licence
 Ian Jackson.  It is free software; see the GNU General Public Licence
 version 2 or later for copying conditions.  There is NO warranty.
 version 2 or later for copying conditions.  There is NO warranty.
 .PP
 .PP
@@ -360,7 +359,6 @@ This is free documentation; see the GNU General Public Licence
 version 2 or later for copying conditions.  There is NO WARRANTY.
 version 2 or later for copying conditions.  There is NO WARRANTY.
 .PP
 .PP
 You can find the GNU GPL in /usr/share/common-licenses/GPL on any Debian system.
 You can find the GNU GPL in /usr/share/common-licenses/GPL on any Debian system.
-.\" .SH ACKNOWLEDGEMENTS
 .SH "SEE ALSO"
 .SH "SEE ALSO"
 .BR ln (1),
 .BR ln (1),
-FSSTND, the linux Filesystem Standard.
+FHS, the Filesystem Hierarchy Standard.