diff options
author | Niels Thykier <niels@thykier.net> | 2017-04-12 09:07:35 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-04-12 09:07:35 +0000 |
commit | 74787c4c19526f8dbbdf74560c2e29f7194534c0 (patch) | |
tree | a6fb2a4a5031bec921c8ec0aa081814e92c5bdd0 /dh_link | |
parent | d64ac7fb93d6c2f99aeb240b3082684723031c83 (diff) | |
download | debhelper-74787c4c19526f8dbbdf74560c2e29f7194534c0.tar.gz |
dh_link: Clarify that the leading slash is optional
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_link')
-rwxr-xr-x | dh_link | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,9 +27,9 @@ are the symlinks that will be created (called B<link name> by L<ln(1)>). There B<must> be an equal number of source and destination files specified. -Be sure you B<do> specify the absolute path (without leading slash) to -both the source and destination files (unlike you would do if you were -using something like L<ln(1)>). +Be sure you B<do> specify the absolute path to both the source and +destination files (unlike you would do if you were using something +like L<ln(1)>). Please note that the leading slash is optional. B<dh_link> will generate symlinks that comply with Debian policy - absolute when policy says they should be absolute, and relative links with as short @@ -57,7 +57,7 @@ L<ln(1)>). Thus the pairs of source and destination files in each line are give in the same order as they would be given to L<ln(1)>. In contrast to L<ln(1)>, source and destination paths must be absolute -without a leading slash. +(the leading slash is optional). =back |