git: b4dd6e1a2837 - stable/13 - ports(7): '*-list' targets: Add/fix doc on whether they are recursive

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 03 Jun 2023 20:28:24 UTC
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=b4dd6e1a2837f16b1c4ad448976c5d7211ee28fe

commit b4dd6e1a2837f16b1c4ad448976c5d7211ee28fe
Author:     Olivier Certner <olce.freebsd@certner.fr>
AuthorDate: 2023-06-03 20:27:49 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-03 20:28:08 +0000

    ports(7): '*-list' targets: Add/fix doc on whether they are recursive
    
    Signed-off-by: Olivier Certner <olce.freebsd@certner.fr>
    Reviewed-by: imp
    Pull-request: https://github.com/freebsd/freebsd-src/pull/691
    
    (cherry picked from commit d0b0bc37a3a5655c4979fbed206cfb6a30210ac0)
---
 share/man/man7/ports.7 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 771d2ea239a5..fc339f9b88bf 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 22, 2021
+.Dd June 1, 2023
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -235,20 +235,20 @@ Configure
 for this port and all its dependencies using
 .Xr dialog4ports 1 .
 .It Cm fetch-list
-Show list of files to be fetched in order to build the port.
+Show the list of files to fetch in order to build the port (but not its
+dependencies).
 .It Cm fetch-recursive
 Fetch the distfiles of the port and all its dependencies.
 .It Cm fetch-recursive-list
 Show list of files that would be retrieved by
 .Cm fetch-recursive .
-.It Cm run-depends-list , build-depends-list
-Print a list of all the compile and run dependencies, and dependencies
-of those dependencies, by port directory.
+.It Cm build-depends-list , run-depends-list
+Print a list of all the direct compile or run dependencies for this port.
 .It Cm all-depends-list
-Print a list of all dependencies for the port.
-.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
-Print a list of all the compile and run dependencies, and dependencies
-of those dependencies, by port name and version.
+Print a list of all recursive dependencies for this port.
+.It Cm pretty-print-build-depends-list , pretty-print-run-depends-list
+Print a list of all the recursive compile or run dependencies for this port by
+port name and version.
 .It Cm missing
 Print a list of missing dependencies to be installed for the port.
 .It Cm clean