diff options
author | 2005-09-16 19:52:04 +0000 | |
---|---|---|
committer | 2005-09-16 19:52:04 +0000 | |
commit | 4bea7435573903c9eb56f381a5e4f2133eb9c8da (patch) | |
tree | 060a2b8768b9cce23ba20e288bf57160559179fb /share/man/man7 | |
parent | put gdbtui into comp (diff) | |
download | wireguard-openbsd-4bea7435573903c9eb56f381a5e4f2133eb9c8da.tar.xz wireguard-openbsd-4bea7435573903c9eb56f381a5e4f2133eb9c8da.zip |
minor tweaks.
ok espie@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/packages.7 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index e51dc4bcbc1..a4e1205947d 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.18 2003/12/25 18:35:00 espie Exp $ +.\" $OpenBSD: packages.7,v 1.19 2005/09/16 19:52:04 aanriot Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -82,12 +82,9 @@ Such a problem is a bug and should be reported. .Ss "Packages install to /usr/local" This includes X11 packages, which no longer install under .Pa /usr/X11R6 . -The only exceptions are +The only exception is Japanese dictionaries, which install under -.Pa /var/dict , -.Nm bind8 , -which installs under -.Pa / . +.Pa /var/dict. .Pp Some packages installation scripts will also create new configuration files in @@ -182,7 +179,9 @@ package that holds those files, and is not useful as a stand-alone package. Most package names follow the pattern .Qq name-version-flavor , where -.Qq name +.Qq name , +(also called stem, see +.Xr packages-specs 7 ) is the actual package name, .Qq version is the version number, and |