diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-07-18 05:58:33 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2007-07-18 05:58:33 +0000 |
commit | 0d6fa9f8fbcf472030b59d07df1b6b14f085b057 (patch) | |
tree | a40e8400faae25625226ef81d310cc40741f7749 /usr.sbin/pkg_add | |
parent | 259f9dca6de19f3bdae8bf1a49eca46be8cb23dc (diff) |
- document the fact that mkfontscale is now run as well as mkfontdir and
fc-cache for @fontdir
ok kili@ espie@
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 73481ef2a45..5ab72c3e29d 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.43 2007/06/17 10:35:55 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.44 2007/07/18 05:58:32 ajacoutot Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: June 17 2007 $ +.Dd $Mdocdate: July 18 2007 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -436,6 +436,8 @@ from .Pa font.alias-* fragments, execute .Xr mkfontdir 1 , +.Xr mkfontscale 1 +and .Xr fc-cache 1 when needed. Delete extra files at |