diff --git a/README.md b/README.md index d456dc4..e19eb2f 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,6 @@ 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. @@ -54,6 +48,12 @@ The options are as follows: > 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 <[semarie@online.fr](mailto:semarie@online.fr)>. -OpenBSD 6.2 - June 18, 2017 +OpenBSD 6.3 - July 14, 2018 diff --git a/sysclean.8 b/sysclean.8 index 5aeeb70..73acaad 100644 --- a/sysclean.8 +++ b/sysclean.8 @@ -1,6 +1,6 @@ .\" $OpenBSD$ .\" -.\" Copyright (c) 2016-2017 Sebastien Marie +.\" Copyright (c) 2016-2018 Sebastien Marie .\" .\" 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"