de41b8de5e
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 13 2000 Preston Brown <pbrown@redhat.com> - FHS paths Tue May 30 2000 Preston Brown <pbrown@redhat.com> - fix up help output (#10236) Thu Feb 10 2000 Preston Brown <pbrown@redhat.com> - do not link statically Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - rebuild to gzip man page Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against the latest glibc in the sparc tree Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Wed Feb 24 1999 Preston Brown <pbrown@redhat.com> - Injected new description and group. Fri Dec 18 1998 Preston Brown <pbrown@redhat.com> - bumped spec number for initial rh 6.0 build Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com> - changed build root to /var/tmp, not /var/lib - updated to version 1.2 Wed Jul 09 1997 Erik Troan <ewt@redhat.com> - built against glibc - build-rooted
28 lines
817 B
Diff
28 lines
817 B
Diff
--- symlinks-1.2/symlinks.8.fixman Tue May 30 14:49:29 2000
|
|
+++ symlinks-1.2/symlinks.8 Tue May 30 14:50:43 2000
|
|
@@ -1,11 +1,11 @@
|
|
-.TH SYMLINKS 8 "November 1994" "Version 1.1"
|
|
+.TH SYMLINKS 8 "November 1994" "Version 1.2"
|
|
|
|
.SH NAME
|
|
symlinks \- symbolic link maintenance utility
|
|
.SH SYNOPSIS
|
|
.B symlinks
|
|
[
|
|
-.B -cdrv
|
|
+.B -cdrstv
|
|
]
|
|
dirlist
|
|
.SH DESCRIPTION
|
|
--- symlinks-1.2/symlinks.c.fixman Tue May 30 14:59:59 2000
|
|
+++ symlinks-1.2/symlinks.c Tue May 30 15:00:39 2000
|
|
@@ -289,7 +289,7 @@
|
|
fprintf(stderr, "Flags:\t-c == change absolute/messy links to relative\n"
|
|
"\t-d == delete dangling links\n"
|
|
"\t-r == recurse into subdirs\n"
|
|
- "\t-s == shorten lengthy links\n"
|
|
+ "\t-s == shorten lengthy links (only displayed if -c not specified)\n"
|
|
"\t-v == verbose (show all symlinks)\n\n");
|
|
exit(1);
|
|
}
|