summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man-pages-posix-2017/man1p/read.1p2
1 files changed, 1 insertions, 1 deletions
diff --git a/man-pages-posix-2017/man1p/read.1p b/man-pages-posix-2017/man1p/read.1p
index e09b896..d7e3a0a 100644
--- a/man-pages-posix-2017/man1p/read.1p
+++ b/man-pages-posix-2017/man1p/read.1p
@@ -196,7 +196,7 @@ The following command:
while read -r xx yy
do
- printf "%s %s\en$yy$xx"
+ printf "%s %s\en" "$yy" "$xx"
done < \fIinput_file\fR
.fi
.P