Simplify styling

This commit is contained in:
Mark Griffiths
2014-08-01 13:25:41 +01:00
parent 8ac0fdfea7
commit cb5c560688
74 changed files with 156 additions and 195 deletions

View File

@@ -1,7 +1,7 @@
\section test test - perform tests on files and text
\subsection test-synopsis Synopsis
\fish{syn}
\fish{synopsis}
test [EXPRESSION]
\endfish
@@ -83,8 +83,7 @@ end.
\subsection test-standards Standards
`test` implements a subset of the
<a href="http://www.unix.com/man-page/POSIX/1/test/">IEEE Std 1003.1-2008 (POSIX.1) standard</a>. The following exceptions apply:
`test` implements a subset of the <a href="http://www.unix.com/man-page/POSIX/1/test/">IEEE Std 1003.1-2008 (POSIX.1) standard</a>. The following exceptions apply:
- The `<` and `>` operators for comparing strings are not implemented.
- Because this test is a shell builtin and not a standalone utility, using the -c flag on a special file descriptors like standard input and output may not return the same result when invoked from within a pipe as one would expect when invoking the `test` utility in another shell.
In cases such as this, one can use `command` `test` to explicitly use the system's standalone `test` rather than this `builtin` `test`.