Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/base64 reflect reality.



details:   https://anonhg.NetBSD.org/src/rev/8d6352e5eda0
branches:  trunk
changeset: 985481:8d6352e5eda0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 28 10:29:15 2021 +0000

description:
reflect reality.

diffstat:

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

diffs (27 lines):

diff -r c4fdea3a8361 -r 8d6352e5eda0 usr.bin/base64/base64.1
--- a/usr.bin/base64/base64.1   Sat Aug 28 08:56:10 2021 +0000
+++ b/usr.bin/base64/base64.1   Sat Aug 28 10:29:15 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: base64.1,v 1.3 2020/09/03 09:41:21 nia Exp $
+.\"    $NetBSD: base64.1,v 1.4 2021/08/28 10:29:15 christos Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd September 3, 2020
+.Dd August 28, 2021
 .Dt BASE64 1
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@
 .It Fl d
 Decode the input instead of encoding it.
 .It Fl i
-Ignore whitespace characters when decoding.
+Ignore non-base64 characters when decoding. (not implemented)
 .It Fl w Ar wrap
 Wrap lines longer than
 .Ar wrap



Home | Main Index | Thread Index | Old Index