Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/base64 base64.1: note that -w 0 disables wrapping



details:   https://anonhg.NetBSD.org/src/rev/e4f263f866a7
branches:  trunk
changeset: 938140:e4f263f866a7
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Sep 03 09:41:21 2020 +0000

description:
base64.1: note that -w 0 disables wrapping

diffstat:

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

diffs (26 lines):

diff -r 5967821607cb -r e4f263f866a7 usr.bin/base64/base64.1
--- a/usr.bin/base64/base64.1   Thu Sep 03 07:26:41 2020 +0000
+++ b/usr.bin/base64/base64.1   Thu Sep 03 09:41:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: base64.1,v 1.2 2018/07/24 19:08:22 wiz Exp $
+.\"    $NetBSD: base64.1,v 1.3 2020/09/03 09:41:21 nia Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd July 24, 2018
+.Dd September 3, 2020
 .Dt BASE64 1
 .Os
 .Sh NAME
@@ -56,6 +56,7 @@
 .Ar wrap
 characters using a newline.
 The default number of characters is 76.
+0 disables wrapping.
 .El
 .Sh EXIT STATUS
 .Nm



Home | Main Index | Thread Index | Old Index