diff options
-rw-r--r-- | chapter06/tar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 8307909d7..6001de6e3 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -84,7 +84,7 @@ make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></sc <para>Finally, generate the man page and place it in the proper location:</para> -<screen><userinput remap="install">perl tarman > /usr/share/man/man1/</userinput></screen> +<screen><userinput remap="install">perl tarman > /usr/share/man/man1/tar.1</userinput></screen> </sect2> |