-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
from jmc@
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ The options are as follows: | |
> **sysclean** | ||
> will not exclude filenames used by installed packages from output. | ||
**-p** | ||
|
||
> Package mode. | ||
> **sysclean** | ||
> will output package names that are using obsolete files. | ||
**-i** | ||
|
||
> With ignored. | ||
> **sysclean** | ||
> will include filenames that are ignored by default, using | ||
> */etc/sysclean.ignore*. | ||
**-p** | ||
|
||
> Package mode. | ||
> **sysclean** | ||
> will output package names that are using obsolete files. | ||
# ENVIRONMENT | ||
|
||
`PKG_DBDIR` | ||
|
@@ -123,4 +123,4 @@ in 2016. | |
was written by | ||
Sebastien Marie <[[email protected]](mailto:[email protected])>. | ||
|
||
OpenBSD 6.2 - June 18, 2017 | ||
OpenBSD 6.3 - July 14, 2018 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" $OpenBSD$ | ||
.\" | ||
.\" Copyright (c) 2016-2017 Sebastien Marie <[email protected]> | ||
.\" Copyright (c) 2016-2018 Sebastien Marie <[email protected]> | ||
.\" | ||
.\" Permission to use, copy, modify, and distribute this software for any | ||
.\" purpose with or without fee is hereby granted, provided that the above | ||
|
@@ -14,7 +14,7 @@ | |
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
.\" | ||
.Dd June 18, 2017 | ||
.Dd Jul 14, 2018 | ||
.Dt SYSCLEAN 8 | ||
.Os | ||
.Sh NAME | ||
|
@@ -52,15 +52,15 @@ The options are as follows: | |
All files mode. | ||
.Nm | ||
will not exclude filenames used by installed packages from output. | ||
.It Fl p | ||
Package mode. | ||
.Nm | ||
will output package names that are using obsolete files. | ||
.It Fl i | ||
With ignored. | ||
.Nm | ||
will include filenames that are ignored by default, using | ||
.Pa /etc/sysclean.ignore . | ||
.It Fl p | ||
Package mode. | ||
.Nm | ||
will output package names that are using obsolete files. | ||
.El | ||
.Sh ENVIRONMENT | ||
.Bl -tag -width "PKG_DBDIR" | ||
|