diff options
author | Alan Hicks <alan@lizella.net> | 2010-02-24 00:08:23 -0500 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2010-02-24 00:08:23 -0500 |
commit | 125c4e29f442e7a0ea25cd03cc7043283d40ebb6 (patch) | |
tree | 21fe61accb9141e75a22bd21d8fe9bf3eb879ee2 | |
parent | 1e3ea6735474b9777624dbb311edcc1d0c65cb0d (diff) | |
download | slackbook-125c4e29f442e7a0ea25cd03cc7043283d40ebb6.tar.xz |
Fixed some typos on my part that were preventing build.sh from
completing. My bad.
-rw-r--r-- | chapter_16.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter_16.xml b/chapter_16.xml index 388ab96..4da780b 100644 --- a/chapter_16.xml +++ b/chapter_16.xml @@ -90,7 +90,7 @@ shell wild cards. The following installs all of the "N" series packages from a mounted CD-ROM. </para> -<screen><prompt>darkstar:~# </prompt><userinput>installpkg /mnt/cdrom/slackware/n/*.txz</userinput> +<screen><prompt>darkstar:~# </prompt><userinput>installpkg /mnt/cdrom/slackware/n/*.txz</userinput></screen> <para> Removing a package is every bit as easy as installing one. As you might @@ -143,7 +143,7 @@ Package blackbox-0.65.0-x86_64-4 upgraded with new package All of these tools have useful arguments. For example, the <arg>--root</arg> to <application>installpkg</application> will install packages into an arbitrary directory. The <arg>--dry-run</arg> argument -will instruct <application>upgradepkg<application> to simply tell you +will instruct <application>upgradepkg</application> to simply tell you what it would attempt without actually making any changes to the system. For complete details, you should (as always) refer to the man pages. |