diff options
Diffstat (limited to 'atf-sh')
-rw-r--r-- | atf-sh/atf-check.cpp | 2 | ||||
-rw-r--r-- | atf-sh/atf-sh.cpp | 2 | ||||
-rw-r--r-- | atf-sh/integration_test.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/atf-sh/atf-check.cpp b/atf-sh/atf-check.cpp index 66f6c4c9ef998..b08c020e95d5e 100644 --- a/atf-sh/atf-check.cpp +++ b/atf-sh/atf-check.cpp @@ -724,7 +724,7 @@ const char* atf_check::m_description = "atf-check executes given command and analyzes its results."; atf_check::atf_check(void) : - app(m_description, "atf-check(1)", "atf(7)"), + app(m_description, "atf-check(1)"), m_xflag(false) { } diff --git a/atf-sh/atf-sh.cpp b/atf-sh/atf-sh.cpp index d7bc7fc82bc00..e985e79ab96fc 100644 --- a/atf-sh/atf-sh.cpp +++ b/atf-sh/atf-sh.cpp @@ -122,7 +122,7 @@ const char* atf_sh::m_description = "system sh(1) with the atf-sh library."; atf_sh::atf_sh(void) : - app(m_description, "atf-sh(1)", "atf(7)") + app(m_description, "atf-sh(1)") { } diff --git a/atf-sh/integration_test.sh b/atf-sh/integration_test.sh index 55bb2784edf28..452c958ccc36a 100644 --- a/atf-sh/integration_test.sh +++ b/atf-sh/integration_test.sh @@ -38,7 +38,7 @@ no_args_body() { cat >experr <<EOF atf-sh: ERROR: No test program provided -atf-sh: Type \`atf-sh -h' for more details. +atf-sh: See atf-sh(1) for usage details. EOF atf_check -s eq:1 -o ignore -e file:experr atf-sh } |