From: mike Date: Thu, 14 Apr 2011 06:59:02 +0000 (+0000) Subject: Fix typos in documentation (STR #3826, STR #3829) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbd3fff7c490dbb64c4534c5a65d6fc6dec2988e;p=thirdparty%2Fcups.git Fix typos in documentation (STR #3826, STR #3829) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9683 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES-1.4.txt b/CHANGES-1.4.txt index f9191242e0..28dd4bfeb3 100644 --- a/CHANGES-1.4.txt +++ b/CHANGES-1.4.txt @@ -4,7 +4,7 @@ CHANGES-1.4.txt CHANGES IN CUPS V1.4.7 - Documentation changes (STR #3710, STR #3720, STR #3745, STR #3750, - STR #3757, STR #3758, STR #3782) + STR #3757, STR #3758, STR #3782, STR #3826, STR #3829) - Web interface fixes (STR #3412, STR #3345, STR #3455, STR #3707, STR #3755, STR #3769, STR #3783) - Configure script fixes (STR #3659, STR #3691) diff --git a/doc/help/accounting.html b/doc/help/accounting.html index fe995956f3..66c34ec1f3 100644 --- a/doc/help/accounting.html +++ b/doc/help/accounting.html @@ -18,15 +18,15 @@ support, there are several third-party solutions that can be found on

CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of -limits applies to all users for a partiuclar printer. For example, you +limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny.

-

The job-k-limit, job-page-limit, and job-quota-peiod +

The job-k-limit, job-page-limit, and job-quota-period options determine whether and how quotas are enforced for a printer. The job-quota-period option determines the time interval for quota tracking. The interval is expressed in seconds, so a day is -86,400, a week is 604,800 and a month is 2,592,000 seconds. The +86,400, a week is 604,800, and a month is 2,592,000 seconds. The job-k-limit option specifies the job size limit in killobytes. The job-page-limit option specifies the number of pages limit.