diff options
| author | jeremy <jeremy@NetBSD.org> | 1997-04-10 20:22:50 +0000 |
|---|---|---|
| committer | jeremy <jeremy@NetBSD.org> | 1997-04-10 20:22:50 +0000 |
| commit | dd74602dadcafd212468925a8e1b3137e07bb457 (patch) | |
| tree | 9b56f62054ac2ef938cebd68456bc12365e6693a /usr.bin/uuencode | |
| parent | cb9c71d7163929cc9abea54fe764d35e05558983 (diff) | |
Changed inaccuracy in termination description described by PR#2226.
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uuencode/uuencode.5 b/usr.bin/uuencode/uuencode.5 index a09b2542fa3..637b6367433 100644 --- a/usr.bin/uuencode/uuencode.5 +++ b/usr.bin/uuencode/uuencode.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: uuencode.5,v 1.1 1995/12/05 03:02:34 jtc Exp $ +.\" $NetBSD: uuencode.5,v 1.2 1997/04/10 20:22:50 jeremy Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,7 +85,7 @@ of 4. The body is terminated by a line with a count of zero. This line consists of one .Tn ASCII -space. +\` (opening single quote) character. .Pp The trailer line consists of .Dq end |
