From owner-freebsd-bugs Sat Mar 16 23:20:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27255 for bugs-outgoing; Sat, 16 Mar 1996 23:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27243 Sat, 16 Mar 1996 23:20:06 -0800 (PST) Resent-Date: Sat, 16 Mar 1996 23:20:06 -0800 (PST) Date: Sat, 16 Mar 1996 23:20:06 -0800 (PST) From: GNU GNATS Resent-Message-Id: <199603170720.XAA27243@freefall.freebsd.org> Message-Id: <199603170720.XAA27243@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from perki.connect.com.au (perki.connect.com.au [192.189.54.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA26746 for" ; Sat, 16 Mar 1996 23:11:19.-0800 (PST) Received: (from uucp@localhost) by perki.connect.com.au id SAA17799 (8.6.12/IDA-1.6 for FreeBSD-gnats-submit@freebsd.org); Sun, 17 Mar 1996 18:11:10 +1100 Subject: docs/1085: minor inaccuracy in uuencode.format(5) manual page To: undisclosed-recipients:; Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1085 >Category: docs >Synopsis: minor inaccuracy in uuencode.format(5) manual page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 16 23:20:03 PST 1996 >Last-Modified: >Originator: Giles Lean >Organization: Giles Lean Nemeton Pty Ltd phone: +61 3 480 2118 >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD-2.1.0 >Description: The uuencode(5) manual page says that the encoding of the final zero length line is an ASCI space. This is incorrect; a single character ` is used. >How-To-Repeat: Examine the ENC macro in /usr/src/usr.bin/uuencode/uuencode.c and read the manual page. >Fix: *** uuencode.5.old Sun Mar 17 17:44:09 1996 --- uuencode.5 Sun Mar 17 17:44:37 1996 *************** *** 83,89 **** The body is terminated by a line with a count of zero. This line consists of one .Tn ASCII ! space. .Pp The trailer line consists of .Dq end --- 83,89 ---- The body is terminated by a line with a count of zero. This line consists of one .Tn ASCII ! \` character. .Pp The trailer line consists of .Dq end >Audit-Trail: >Unformatted: >Received: from topaz.nemeton.com.au (topaz.nemeton.com.au [203.8.3.18]) by nemeton.com.au (8.6.12/8.6.9) with ESMTP id RAA24189 for ; Sun, 17 Mar 1996 17:57:17 +1100 Received: from topaz.nemeton.com.au (topaz.nemeton.com.au [203.8.3.18]) by nemeton.com.au (8.6.12/8.6.9) with ESMTP id RAA24189 for ; Sun, 17 Mar 1996 17:57:17 +1100 Received: (from giles@localhost) by topaz.nemeton.com.au (8.6.12/8.6.12) id RAA16284; Sun, 17 Mar 1996 17:53:54 +1100 Date: Sun, 17 Mar 1996 17:53:54 +1100 From: Giles Lean Message-Id: <199603170653.RAA16284@topaz.nemeton.com.au> To: FreeBSD-gnats-submit@freebsd.org Subject: minor inaccuracy in uuencode.format(5) manual page Reply-To: giles@topaz.nemeton.com.au X-send-pr-version: 3.2 Content-Type: text