diff options
author | 2007-11-26 08:55:04 +0000 | |
---|---|---|
committer | 2007-11-26 08:55:04 +0000 | |
commit | 3727a7fc7d1de0e7635a749fd37a4f3ef0b61147 (patch) | |
tree | 01fb1c9cadafa56c874cd1bd1e11b2e81c2307da | |
parent | a bit more LIBKERN fallout (diff) | |
download | wireguard-openbsd-3727a7fc7d1de0e7635a749fd37a4f3ef0b61147.tar.xz wireguard-openbsd-3727a7fc7d1de0e7635a749fd37a4f3ef0b61147.zip |
${MACHINE} expands too
-rw-r--r-- | share/man/man5/files.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/files.conf.5 b/share/man/man5/files.conf.5 index f806f156dd7..5d4c2c4e03f 100644 --- a/share/man/man5/files.conf.5 +++ b/share/man/man5/files.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: files.conf.5,v 1.16 2007/11/25 10:30:39 deraadt Exp $ +.\" $OpenBSD: files.conf.5,v 1.17 2007/11/26 08:55:04 deraadt Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: November 25 2007 $ +.Dd $Mdocdate: November 26 2007 $ .Dt FILES.CONF 5 .Os .Sh NAME @@ -277,8 +277,10 @@ and will select a file based on existance. If .Dq ${MACHINE_ARCH} +or +.Dq ${MACHINE} is found in the filename, it will be substited with the -base architecture name. +relevant base architecture name. .Pp If the .Dq dependencies |