Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/uuencode Fix mistake in algorithm description.



details:   https://anonhg.NetBSD.org/src/rev/99aaf181a089
branches:  trunk
changeset: 534924:99aaf181a089
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Aug 06 15:26:04 2002 +0000

description:
Fix mistake in algorithm description.
PR misc/17796 by Stefan Meinlschmidt.

diffstat:

 usr.bin/uuencode/uuencode.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fa207803d8d1 -r 99aaf181a089 usr.bin/uuencode/uuencode.5
--- a/usr.bin/uuencode/uuencode.5       Tue Aug 06 14:44:15 2002 +0000
+++ b/usr.bin/uuencode/uuencode.5       Tue Aug 06 15:26:04 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uuencode.5,v 1.6 2001/12/08 19:21:02 wiz Exp $
+.\"    $NetBSD: uuencode.5,v 1.7 2002/08/06 15:26:04 soren Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -104,8 +104,8 @@
 file encoded as follows.
 Input data are broken into groups of three eight-bit bytes,
 which are then interpreted together as a 24-bit block.
-The first bit of the block is the lowest order bit of the first character,
-and the last is the highest order bit of the third character.
+The first bit of the block is the highest order bit of the first character,
+and the last is the lowest order bit of the third character.
 This block is then broken into four six-bit integers which are encoded one by
 one starting from the first bit of the block.
 The result is a four character



Home | Main Index | Thread Index | Old Index