From 66b424d83d14de206fde65292b8d5d2613394383 Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Mon, 1 Apr 2019 18:21:10 +0200 Subject: [PATCH] Grammar: it's -> its --- LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml index 9e9344cb..f2381674 100644 --- a/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml +++ b/LDP/howto/linuxdoc/Bash-Prog-Intro-HOWTO.sgml @@ -185,7 +185,7 @@ All about redirection rm -f $(find / -name core) &> /dev/null This (thinking on the cron entry) will delete every file called 'core' in any directory. Notice - that you should be pretty sure of what a command is doing if you are going to wipe it's output. + that you should be pretty sure of what a command is doing if you are going to wipe its output.