diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-01-18 19:18:13 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-18 19:18:13 +0100 |
commit | 9436de9277593b668008c3906c8aca53f544b2ba (patch) | |
tree | 0ae07306ae2ca1fa6fadaf8bfa5d87f49d317b20 /man/make.conf.5 | |
parent | RepoStorageInterface: Use async and await syntax (diff) | |
download | portage-9436de9277593b668008c3906c8aca53f544b2ba.tar.gz portage-9436de9277593b668008c3906c8aca53f544b2ba.tar.bz2 portage-9436de9277593b668008c3906c8aca53f544b2ba.zip |
man/make.conf.5: Fix typo in markup
Fixes: bcf12c6f26cf ("Add a note that PORTDIR is a repository ...")
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'man/make.conf.5')
-rw-r--r-- | man/make.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index f6eae6f60..10f72d5c0 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1104,7 +1104,7 @@ the emerge \-\-sync command. The default value of \fBPORTAGE_RSYNC_OPTS\fR will protect the default locations of \fBDISTDIR\fR and \fBPKGDIR\fR, but users are warned that any other locations inside \fBPORTDIR\fR are not necessarily safe for data storage. You should not -put other data (such as overlays) in your \fBPORTDIR\fB. Portage will walk +put other data (such as overlays) in your \fBPORTDIR\fR. Portage will walk directory structures and may arbitrarily add invalid categories as packages. .TP \fBPORTDIR_OVERLAY\fR = \fI"[path] [different\-path] [etc...]"\fR |