diff options
author | daichi <daichi@FreeBSD.org> | 2005-06-27 01:22:58 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-06-27 01:22:58 +0800 |
commit | a76fdd17d00dd01428a90cdb2a7ce9082b588aef (patch) | |
tree | 129d246dc6eca74ba278b6c77e4f2c1416089bb3 /sysutils | |
parent | 8cd1837ecbc0bb30f0ee97e6b6f5886e8b02a92d (diff) | |
download | freebsd-ports-gnome-a76fdd17d00dd01428a90cdb2a7ce9082b588aef.tar.gz freebsd-ports-gnome-a76fdd17d00dd01428a90cdb2a7ce9082b588aef.tar.zst freebsd-ports-gnome-a76fdd17d00dd01428a90cdb2a7ce9082b588aef.zip |
sysutils/portupgrade: fix minor documentation issues
fix minor documentation issues with the portsclean(1) manpage.
1. In the SYNOPSIS, the -L option is excluded.
2. In the description for the -Q option, an example of the -QQ option
is not given and since the other descriptions do this,
it looks nicer and is easier to read.
PR: ports/82666
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Jason E. Hale <jhale@bluebottle.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/files/patch-bin-portsclean.1 | 24 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/files/patch-bin-portsclean.1 | 24 |
4 files changed, 50 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index d94c34beefcd..1a037f0ad26d 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20041226 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade-devel/files/patch-bin-portsclean.1 b/sysutils/portupgrade-devel/files/patch-bin-portsclean.1 new file mode 100644 index 000000000000..e9c95e66154b --- /dev/null +++ b/sysutils/portupgrade-devel/files/patch-bin-portsclean.1 @@ -0,0 +1,24 @@ +Index: bin/portsclean.1 +=================================================================== +--- bin/portsclean.1 (revision 32) ++++ bin/portsclean.1 (revision 34) +@@ -8,7 +8,7 @@ + .Nd a tool to clean ports/packages garbage + .Sh SYNOPSIS + .Nm +-.Op Fl hCDDinPPQQq ++.Op Fl hCDDiLnPPQQq + .Sh DESCRIPTION + .Nm + is a tool to help users clean out the working directories of their ports +@@ -81,7 +81,9 @@ + .Pp + .It Fl Q + .It Fl -quiet +-Do not write anything to stdout. Specified twice, do not write ++Do not write anything to stdout. Specified twice (i.e. ++.Fl QQ ) , ++do not write + anything to stderr either. This is for internal use. + .Pp + .It Fl q diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index d94c34beefcd..1a037f0ad26d 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20041226 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade/files/patch-bin-portsclean.1 b/sysutils/portupgrade/files/patch-bin-portsclean.1 new file mode 100644 index 000000000000..e9c95e66154b --- /dev/null +++ b/sysutils/portupgrade/files/patch-bin-portsclean.1 @@ -0,0 +1,24 @@ +Index: bin/portsclean.1 +=================================================================== +--- bin/portsclean.1 (revision 32) ++++ bin/portsclean.1 (revision 34) +@@ -8,7 +8,7 @@ + .Nd a tool to clean ports/packages garbage + .Sh SYNOPSIS + .Nm +-.Op Fl hCDDinPPQQq ++.Op Fl hCDDiLnPPQQq + .Sh DESCRIPTION + .Nm + is a tool to help users clean out the working directories of their ports +@@ -81,7 +81,9 @@ + .Pp + .It Fl Q + .It Fl -quiet +-Do not write anything to stdout. Specified twice, do not write ++Do not write anything to stdout. Specified twice (i.e. ++.Fl QQ ) , ++do not write + anything to stderr either. This is for internal use. + .Pp + .It Fl q |