From 16887284b1146f2bb1cc40ed1c057a2e9f889e0b Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 23 Sep 2022 11:47:55 -0400 Subject: [PATCH] Manual.md: correct reference to `etc/defaults.virtual` --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index f0cb3ac3bac1..3452b38c1332 100644 --- a/Manual.md +++ b/Manual.md @@ -1252,8 +1252,8 @@ declaring a virtual name and version in the `${provides}` template variable (e.g specific provider can declare a dependency on the virtual package name with the prefix `virtual?` (e.g., `depends="virtual?vpkg-0.1_1"`). When a package is built by `xbps-src`, providers for any virtual packages will be confirmed to exist and will be built if necessary. A map from virtual -packages to their default providers is defined in `etc/default.virtual`. Individual mappings can be -overridden by local preferences in `etc/virtual`. Comments in `etc/default.virtual` provide more +packages to their default providers is defined in `etc/defaults.virtual`. Individual mappings can be +overridden by local preferences in `etc/virtual`. Comments in `etc/defaults.virtual` provide more information on this map.