Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/dist/atf-sh atf-check.1 & atf-sh.1: remove ...



details:   https://anonhg.NetBSD.org/src/rev/1942f65ee3f8
branches:  trunk
changeset: 374726:1942f65ee3f8
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Wed May 10 22:14:54 2023 +0000

description:
atf-check.1 & atf-sh.1: remove references to -h option

These had their -h option removed in the ATF 0.19 release, but these
references in the man pages weren't (mostly) removed upstream until
a later commit (that hasn't been released).

diffstat:

 external/bsd/atf/dist/atf-sh/atf-check.1 |  11 +----------
 external/bsd/atf/dist/atf-sh/atf-sh.1    |  10 +---------
 2 files changed, 2 insertions(+), 19 deletions(-)

diffs (76 lines):

diff -r 14b45c83f409 -r 1942f65ee3f8 external/bsd/atf/dist/atf-sh/atf-check.1
--- a/external/bsd/atf/dist/atf-sh/atf-check.1  Wed May 10 21:46:26 2023 +0000
+++ b/external/bsd/atf/dist/atf-sh/atf-check.1  Wed May 10 22:14:54 2023 +0000
@@ -26,7 +26,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 27, 2010
+.Dd May 10, 2023
 .Dt ATF-CHECK 1
 .Os
 .Sh NAME
@@ -39,14 +39,11 @@
 .Op Fl e Ar action:arg ...
 .Op Fl x
 .Ar command
-.Nm
-.Fl h
 .Sh DESCRIPTION
 .Nm
 executes a given command and analyzes its results, including
 exit code, stdout and stderr.
 .Pp
-In the first synopsis form,
 .Nm
 will execute the provided command and apply checks specified
 by arguments.
@@ -61,14 +58,8 @@ Multiple checks for the same output chan
 their results will be combined as a logical and (meaning that the output must
 match all the provided checks).
 .Pp
-In the second synopsis form,
-.Nm
-will print information about all supported options and their purpose.
-.Pp
 The following options are available:
 .Bl -tag  -width XqualXvalueXX
-.It Fl h
-Shows a short summary of all available options and their purpose.
 .It Fl s Ar qual:value
 Analyzes termination status.
 Must be one of:
diff -r 14b45c83f409 -r 1942f65ee3f8 external/bsd/atf/dist/atf-sh/atf-sh.1
--- a/external/bsd/atf/dist/atf-sh/atf-sh.1     Wed May 10 21:46:26 2023 +0000
+++ b/external/bsd/atf/dist/atf-sh/atf-sh.1     Wed May 10 22:14:54 2023 +0000
@@ -26,7 +26,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 15, 2013
+.Dd May 10, 2023
 .Dt ATF-SH 1
 .Os
 .Sh NAME
@@ -35,8 +35,6 @@
 .Sh SYNOPSIS
 .Nm
 .Ar script
-.Nm
-.Fl h
 .Sh DESCRIPTION
 .Nm
 is an interpreter that runs the test program given in
@@ -62,12 +60,6 @@ should start with:
 .Bd -literal -offset indent
 #! /usr/bin/env atf-sh
 .Ed
-.Pp
-The following options are available:
-.Bl -tag -width XhXX
-.It Fl h
-Shows a short summary of all available options and their purpose.
-.El
 .Sh SEE ALSO
 .Xr atf-config 1 ,
 .Xr atf-sh-api 3 ,



Home | Main Index | Thread Index | Old Index