Module Name: src
Committed By: gutteridge
Date: Wed May 10 22:14:54 UTC 2023
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.1 atf-sh.1
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/atf/dist/atf-sh/atf-check.1 \
src/external/bsd/atf/dist/atf-sh/atf-sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/dist/atf-sh/atf-check.1
diff -u src/external/bsd/atf/dist/atf-sh/atf-check.1:1.1.1.2 src/external/bsd/atf/dist/atf-sh/atf-check.1:1.2
--- src/external/bsd/atf/dist/atf-sh/atf-check.1:1.1.1.2 Mon Jan 16 22:36:52 2012
+++ src/external/bsd/atf/dist/atf-sh/atf-check.1 Wed May 10 22:14:54 2023
@@ -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:
Index: src/external/bsd/atf/dist/atf-sh/atf-sh.1
diff -u src/external/bsd/atf/dist/atf-sh/atf-sh.1:1.1.1.2 src/external/bsd/atf/dist/atf-sh/atf-sh.1:1.2
--- src/external/bsd/atf/dist/atf-sh/atf-sh.1:1.1.1.2 Sat Feb 8 19:11:32 2014
+++ src/external/bsd/atf/dist/atf-sh/atf-sh.1 Wed May 10 22:14:54 2023
@@ -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 ,