From 8c83ebe6af756958ec57b26192d8b95272043857 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 31 Aug 2013 20:54:07 +0000 Subject: Small grammar fixes in the comment. --- mk/misc/uac-manifest.mk | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'mk/misc') diff --git a/mk/misc/uac-manifest.mk b/mk/misc/uac-manifest.mk index 4900fa62b5b..c5f12a2ef75 100644 --- a/mk/misc/uac-manifest.mk +++ b/mk/misc/uac-manifest.mk @@ -1,16 +1,17 @@ -# $NetBSD: uac-manifest.mk,v 1.1 2013/02/10 13:04:08 obache Exp $ +# $NetBSD: uac-manifest.mk,v 1.2 2013/08/31 20:54:07 rillig Exp $ +# +# This file generates manifest files for Windows. # -# This file generate manifest files for Windows. # For Windows Vista or later, executable files including special keywords -# (install, update, patch, and so on) in its name are expected as requireing -# privileged permissions by default (UAC). -# If not, it must be specified with manifest file, or it will be failed to -# execute as "Permission denied". +# (install, update, patch, and so on) in its name are expected to require +# privileged permissions by default (UAC). If not, it must be specified +# with a manifest file, or it will fail to execute with a "Permission +# denied" error message. # # Package-settable variables: # # UAC_REQD_EXECS -# A list of files requireing manifest file for UAC. +# A list of files requiring manifest file for UAC. # Paths are relative to PREFIX. # # Default value: not defined -- cgit v1.2.3