Module Name: src Committed By: wiz Date: Wed Dec 23 09:54:22 UTC 2009
Modified Files: src/external/bsd/atf/dist/tools: atf-check.1 atf-run.1 Log Message: Make HTML-ready. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/atf/dist/tools/atf-check.1 \ src/external/bsd/atf/dist/tools/atf-run.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/tools/atf-check.1 diff -u src/external/bsd/atf/dist/tools/atf-check.1:1.1.1.1 src/external/bsd/atf/dist/tools/atf-check.1:1.2 --- src/external/bsd/atf/dist/tools/atf-check.1:1.1.1.1 Mon Jan 19 07:11:52 2009 +++ src/external/bsd/atf/dist/tools/atf-check.1 Wed Dec 23 09:54:22 2009 @@ -68,27 +68,27 @@ .It Fl s Ar qual:value Analyzes exit code. Must be one of: -.Bl -tag -width eq:<value> -compact +.Bl -tag -width eq:XvalueX -compact .It Ar ignore ignores exit status -.It Ar eq:<value> +.It Ar eq: Ns Aq value checks that exit status is equal to value -.It Ar ne:<value> +.It Ar ne: Ns Aq value checks that exit status is other than value .El .It Fl o Ar action:arg Analyzes standard output. Must be one of: -.Bl -tag -width inline:<value> -compact +.Bl -tag -width inline:XvalueX -compact .It Ar empty checks that stdout is empty .It Ar ignore ignores stdout -.It Ar file:<path> +.It Ar file: Ns Aq path compares stdout with given file -.It Ar inline:<value> +.It Ar inline: Ns Aq value compares stdout with inline value -.It Ar save:<path> +.It Ar save: Ns Aq path saves stdout to given file .El .It Fl e Ar action:arg @@ -106,9 +106,9 @@ atf-check -s ne:0 'false' || atf_fail # Checking stdout/stderr -echo foobar >expout +echo foobar \*[Gt]expout atf-check -o file:expout -e inline:"xx\\tyy\\n" \\ - 'echo foobar ; printf "xx\\tyy\\n" >&2' || atf_fail + 'echo foobar ; printf "xx\\tyy\\n" \*[Gt]\*[Aq]2' || atf_fail .Ed .Sh SEE ALSO .Xr atf 7 Index: src/external/bsd/atf/dist/tools/atf-run.1 diff -u src/external/bsd/atf/dist/tools/atf-run.1:1.1.1.1 src/external/bsd/atf/dist/tools/atf-run.1:1.2 --- src/external/bsd/atf/dist/tools/atf-run.1:1.1.1.1 Mon Jan 19 07:11:52 2009 +++ src/external/bsd/atf/dist/tools/atf-run.1 Wed Dec 23 09:54:22 2009 @@ -108,7 +108,7 @@ Configuration variables defined in the system-wide test-suite-specific configuration file. This lives in -.Pa ${ATF_CONFDIR}/<test-suite>.conf . +.Pa ${ATF_CONFDIR}/\*[Lt]test-suite\*[Gt].conf . .It Configuration variables defined in the user-specific configuration file shared among all test suites. @@ -118,7 +118,7 @@ Configuration variables defined in the user-specific test-suite-specific configuration file. This lives in -.Pa ${HOME}/.atf/<test-suite>.conf . +.Pa ${HOME}/.atf/\*[Lt]test-suite\*[Gt].conf . .It Configuration variables provided as part of the command line through the .Fl v @@ -171,7 +171,7 @@ .El .Pp All hooks are accompanied by a function named -.Sq default_<hook_name> +.Sq default_\*[Lt]hook_name\*[Gt] that can be executed by them to invoke the default behavior built into .Nm . For example, in order to extend the default