Package: coreutils
Version: 8.5-1
Severity: minor
Tags: patch


Hi,

this patch changes the order of related manpages in »rm«.

man-pages(7) says
SEE ALSO      provides  a  comma-seprated  list  of  related man pages,
                     ordered by section  number  and  then  alphabetically  by
                     name,  possibly  followed by other related pages or docu-
                     ments.


Regards,
Chris
diff -ru coreutils-8.5.orig//man/rm.1 coreutils-8.5//man/rm.1
--- coreutils-8.5.orig//man/rm.1	2010-11-02 10:48:19.000000000 +0100
+++ coreutils-8.5//man/rm.1	2010-11-02 10:52:24.000000000 +0100
@@ -80,7 +80,7 @@
 .PP
 Note that if you use rm to remove a file, it might be possible to recover
 some of its contents, given sufficient expertise and/or time.  For greater
-assurance that the contents are truly unrecoverable, consider using shred.
+assurance that the contents are truly unrecoverable, consider using shred(1).
 .SH AUTHOR
 Written by Paul Rubin, David MacKenzie, Richard M. Stallman,
 and Jim Meyering.
@@ -99,7 +99,7 @@
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 .SH "SEE ALSO"
-unlink(1), unlink(2), chattr(1), shred(1)
+chattr(1), shred(1), unlink(1), unlink(2)
 .PP
 The full documentation for
 .B rm

Reply via email to