diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-26 22:02:18 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-26 22:02:18 +0100 |
commit | c5dca7fe3158fccb49a74054b7ed8f98e73bf243 (patch) | |
tree | 686cda2e93970cd16ee03211713da97059608f5b /ebuild-vars.tex | |
parent | pkg-mgr-commands.tex: Specify file ownership for dobin more accurately (diff) | |
download | pms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.tar.gz pms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.tar.bz2 pms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.zip |
Replace "root user" by "superuser" throughout
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-vars.tex')
-rw-r--r-- | ebuild-vars.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex index e7aab0a..5f3f583 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -256,7 +256,7 @@ The following tokens are permitted inside \t{RESTRICT}: \item[strip] No stripping of debug symbols from files to be installed may be performed. In EAPIs listed in table~\ref{tab:staging-area-commands} as supporting controllable stripping, this behaviour may be altered by the \t{dostrip} command. -\item[userpriv] The package manager may not drop root privileges when building the package. +\item[userpriv] The package manager may not drop superuser privileges when building the package. \item[test] The \t{src_test} phase must not be run. \end{description} |