diff options
author | 2022-07-18 19:21:57 +0000 | |
---|---|---|
committer | 2022-07-18 19:37:43 +0000 | |
commit | e87ce6cb2d1c0893d6b5faee64af69ca9ea16de1 (patch) | |
tree | 13457700997b53d5fa43fbbc1e600db5334b38d7 /man | |
parent | ebuild.5: hasv is banned in EAPI 8 (diff) | |
download | portage-e87ce6cb2d1c0893d6b5faee64af69ca9ea16de1.tar.gz portage-e87ce6cb2d1c0893d6b5faee64af69ca9ea16de1.tar.bz2 portage-e87ce6cb2d1c0893d6b5faee64af69ca9ea16de1.zip |
ebuild.5: mention dosym -r for EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/ebuild.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 939d43f9b..6c49055ea 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1450,9 +1450,10 @@ file name. Beginning with \fBEAPI 4\fR, the \fBdohard\fR helper no longer exists. Ebuilds should call \fBln\fR(1) directly. .TP -.B dosym\fR \fI<filename> <linkname> +.B dosym\fR \fI[\-r] \fI<filename> <linkname> .PD 1 -Performs the ln command to create a symlink. +Performs the ln command to create a symlink. Setting \-r creates a relative +symlink. The \-r option is available beginning with \fBEAPI 8\fR. .TP .B doheader\fR \fI[\-r] <file> [list of more files] Installs the given header files into /usr/include/, by default |