aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadowpwd-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/shadowpwd-exp.xml')
-rw-r--r--chapter06/shadowpwd-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-exp.xml b/chapter06/shadowpwd-exp.xml
index 924769fff..3eb42756a 100644
--- a/chapter06/shadowpwd-exp.xml
+++ b/chapter06/shadowpwd-exp.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>sed 's/\(.*\) (nflg || \(.*\)/\1\(\2/' useradd.c.temp
+<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' useradd.c.temp
&gt; src/useradd.c</userinput>: This sed is used to fix a compilation
bug which occurs due to a variable being used but not defined.</para>