Skip to content

Commit

Permalink
regenerate README.md after man page changes
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Mar 7, 2016
1 parent 015fc18 commit b2ed79f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@

# NAME
sysclean - help removing obsoletes files between upgrades
sysclean - help removing obsolete files between upgrades

# SYNOPSIS
sysclean -f [-ai]
sysclean -p [-i]

# DESCRIPTION
sysclean is a ksh(1) script designed to the administrator to help
removing obsoletes files between upgrades.
sysclean is a ksh(1) script designed to help removing obsolete files
between upgrades.

sysclean works by comparing a reference root directory against currently
installed files. It considers standard system files, configuration files
installed by default, and packages files.

sysclean doesn't remove any files on the system. It only reports
obsoletes filenames or packages using obsoletes libraries.
sysclean doesn't remove any files on the system. It only reports
obsolete filenames or packages using out-of-date libraries.

The options are as follows:

-f Filename mode. sysclean will output obsoletes filenames present
on the system. By default, it doesn't show filenames used by
-f Filename mode. sysclean will output obsolete filenames present
on the system. By default, it doesn't show filenames used by
installed packages.

-p Package mode. sysclean will output packages names using
obsoletes files.
-p Package mode. sysclean will output packages names using obsolete
files.

-a All files. sysclean will not exclude filenames used by installed
packages from output.
Expand All @@ -38,7 +38,7 @@
PKG_DBDIR environment variable.

# FILES
/etc/sysclean.ignore Patterns to ignore from output. One per line. The
/etc/sysclean.ignore Patterns to ignore from output. One per line. The
pattern format is the same as find(1) -path option.

# EXAMPLES
Expand All @@ -60,7 +60,7 @@
/usr/lib/libc.so.84.1

# SEE ALSO
find(1), pkg_info(1), sysmerge(1)
find(1), pkg_info(1), sysmerge(8)

# HISTORY
The first version of sysclean was written in 2015.
Expand Down

0 comments on commit b2ed79f

Please sign in to comment.