diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 568aae7fe..2c1b26654 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -607,8 +607,8 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> <varlistentry id="mkfifo"> <term><command>mkfifo</command></term> <listitem> - <para>Creates First-In, First-Outs (FIFOs), a <quote>named - pipe</quote> in UNIX parlance, with the given names</para> + <para>Creates First-In, First-Outs (FIFOs), a "named + pipe" in UNIX parlance, with the given names</para> <indexterm zone="ch-system-coreutils mkfifo"> <primary sortas="b-mkfifo">mkfifo</primary> </indexterm> |