Browse Source

Increment version, update docs

tags/v1.4.2
J. Brandt Buckley 11 years ago
parent
commit
de49003956
  1. 11
      symlinks.8
  2. 2
      symlinks.c

11
symlinks.8

@ -1,4 +1,4 @@
.TH SYMLINKS 8 "July 2012" "Version 1.4-1"
.TH SYMLINKS 8 "April 2014" "Version 1.4.2"
.SH NAME .SH NAME
symlinks \- symbolic link maintenance utility symlinks \- symbolic link maintenance utility
@ -10,10 +10,8 @@ symlinks \- symbolic link maintenance utility
dirlist dirlist
.SH DESCRIPTION .SH DESCRIPTION
.BI symlinks .BI symlinks
is a useful utility for maintainers of FTP sites, CDROMs,
and Linux software distributions.
It scans directories for symbolic links and lists them on stdout,
often revealing flaws in the filesystem tree.
scans directories for symbolic links and lists them on stdout,
often revealing broken links in the filesystem tree.
.PP .PP
Each link is output with a classification of Each link is output with a classification of
.B relative, .B relative,
@ -117,7 +115,6 @@ does not recurse or change links across filesystems.
.PP .PP
.SH AUTHOR .SH AUTHOR
.B symlinks .B symlinks
has been written by Mark Lord <mlord@pobox.com>, the original developer and maintainer
of the IDE Performance Package for linux, the Linux IDE Driver subsystem, hdparm, and a current day libata hacker.
was created by Mark Lord <mlord@pobox.com>. The current maintainer is J. Brandt Buckley <brandt@runlevel1.com>.
.SH SEE ALSO .SH SEE ALSO
.BR symlink (2) .BR symlink (2)

2
symlinks.c

@ -29,7 +29,7 @@
#define PATH_MAX 1024 #define PATH_MAX 1024
#endif #endif
#define progver "%s: scan/change symbolic links - v1.4-1 - by Mark Lord\n\n"
#define progver "%s: scan/change symbolic links - v1.4.2\n\n"
static char *progname; static char *progname;
static int verbose = 0, static int verbose = 0,

Loading…
Cancel
Save