diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-19 19:01:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-19 19:01:23 +0000 |
commit | b1a90bfff4444f0e99881d3b69953fc13e0b3f85 (patch) | |
tree | 97e20f3665df7f2ed1f1e30c1f29cfa6fb61f024 /doc | |
parent | 100cfd502c15c5c4e30d58c8e2bdf2de35a49018 (diff) | |
download | coreutils-b1a90bfff4444f0e99881d3b69953fc13e0b3f85.tar.xz |
tiny tweak
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 247212d13..2d2814544 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2806,7 +2806,7 @@ total 1023 If you want to use a dynamically linked executable, say @code{bash}, then first run @samp{ldd bash} to see what shared objects it needs. -In addition to copying the actual binary, also copy the listed +Then, in addition to copying the actual binary, also copy the listed files to the required positions under your intended new root directory. Finally, if the executable requires any other files (e.g., data, state, device files), copy them into place, too. |