Skip to content

Commit

Permalink
Fixed typo in Bash Prog Intro How-to
Browse files Browse the repository at this point in the history
  • Loading branch information
fbastien committed Dec 7, 2015
1 parent d204a56 commit 603bdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ All about redirection

<sect1>
Sample: stdout 2 stderr
<p> This will cause the stderr ouput of a program to be written to the same filedescriptor
than stdout.
<p> This will cause the stdout ouput of a program to be written to the same filedescriptor
than stderr.
<tscreen><verb>
grep da * 1>&2
</verb></tscreen>
Expand Down

0 comments on commit 603bdbd

Please sign in to comment.