Missing verb.
[sgt/utils] / lns / lns.but
index 2c19c1d..8bfd953 100644 (file)
@@ -46,8 +46,8 @@ create its target link with precisely that name.
 If the second argument is a directory, \cw{lns} will assume you want
 a link created \e{inside} that directory, with the same filename as
 the source file. If you supply more than two arguments, \cw{lns}
-will \e{expect} the final argument to a directory, and will do this
-for each of the other arguments.
+will \e{expect} the final argument to be a directory, and will do
+this for each of the other arguments.
 
 (This behaviour is intended to mimic \cw{cp} as closely as
 possible.)
@@ -128,11 +128,11 @@ create the following symlinks:
 \b \cw{subdir2/subsubdir/file3}, with link text
 \cq{../../subdir/file3}.
 
-\b \cw{subdir3/subsubdir/file4}, with link text \cq{../file4}.
+\b \cw{subdir2/subsubdir/file4}, with link text \cq{../file4}.
 
 Note that in each case \cw{lns} has constructed the \e{shortest}
 relative link it could manage: it did not mindlessly create the
-fourth link with text \cq{../../subdir/file4}.
+fourth link with text \cq{../../subdir2/file4}.
 
 You can specify a target file name instead of a target directory.
 For example, the following command has the same effect as the first
@@ -161,7 +161,7 @@ Now let's create some symlinks to \e{directories}. Again, this is
 simple to begin with:
 
 \c $ lns subdir2 subdir3
-\c   bbbbbbbbbbbbbbbbbbb
+\e   bbbbbbbbbbbbbbbbbbb
 
 This creates a symlink called \cw{subdir3} with text \cq{subdir2}.
 
@@ -170,7 +170,7 @@ to be useful. Suppose I now want the link \cw{subdir3} to point at
 \cw{subdir} instead of \cw{subdir2}. If I do this:
 
 \c $ lns -f subdir subdir3
-\c   bbbbbbbbbbbbbbbbbbbbb
+\e   bbbbbbbbbbbbbbbbbbbbb
 
 then \cw{lns} will immediately notice that the second argument
 \cw{subdir3} is (a symlink to) a directory, and will therefore
@@ -183,7 +183,7 @@ In order to overwrite the directory symlink correctly, you need the
 \cw{-F} option:
 
 \c $ lns -F subdir subdir3
-\c   bbbbbbbbbbbbbbbbbbbbb
+\e   bbbbbbbbbbbbbbbbbbbbb
 
 \cw{-F} tells \cw{lns} that you really want the new symlink to be
 \e{called} \cw{subdir3}, not to be \e{in the directory}