diff options
Diffstat (limited to 'Doc/lib/libpipes.tex')
-rw-r--r-- | Doc/lib/libpipes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex index e91f05b..6d389d8 100644 --- a/Doc/lib/libpipes.tex +++ b/Doc/lib/libpipes.tex @@ -62,7 +62,7 @@ reads its standard input), \code{'f'} (which means the commands reads a given file on the command line) or \code{'.'} (which means the commands reads no input, and hence must be first.) -Similarily, the second letter can be either of \code{'-'} (which means +Similarly, the second letter can be either of \code{'-'} (which means the command writes to standard output), \code{'f'} (which means the command writes a file on the command line) or \code{'.'} (which means the command does not write anything, and hence must be last.) |