From owner-freebsd-doc Fri Jun 18 16: 0: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FDFC14FB6 for ; Fri, 18 Jun 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30893; Fri, 18 Jun 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B72811500A; Fri, 18 Jun 1999 15:52:22 -0700 (PDT) Message-Id: <19990618225222.B72811500A@hub.freebsd.org> Date: Fri, 18 Jun 1999 15:52:22 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/12284: [PATCH] Handbook doesn't mention default value of "mx" for /etc/printcap Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12284 >Category: docs >Synopsis: [PATCH] Handbook doesn't mention default value of "mx" for /etc/printcap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 18 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: Noticed by: Panagiotis Astithas In its discussion of the "mx" capability for printers listed in /etc/printcap, the Handbook section on Advanced Printing fails to mention the default value for mx (which is mentioned in printcap(5) by the way). The patch below adds a little comment detailing the default value so to not stump newbies. >How-To-Repeat: Be a newbie at configuring printing and wonder why print jobs over 1000K get truncated. Or just be confused. >Fix: Apply this patch to: /usr/doc/en/handbook/printing/chapter.sgml Index: chapter.sgml =================================================================== RCS file: /usr/cvs/doc/en/handbook/printing/chapter.sgml,v retrieving revision 1.15 diff -u -r1.15 chapter.sgml --- chapter.sgml 1999/05/16 13:41:53 1.15 +++ chapter.sgml 1999/06/18 22:26:26 @@ -4068,7 +4068,9 @@ LPD enables you to limit the maximum byte size a file in a job can be with the mx capability. The units are in BUFSIZ blocks, which are 1024 bytes. If you put a zero for this - capability, there will be no limit on file size. + capability, there will be no limit on file size; however, if no + mx capability is specified, then a default limit + of 1000 blocks will be used. The limit applies to files in a job, and >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message