Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/base64 Fix typo. Comment out SEE ALSO since it only ...



details:   https://anonhg.NetBSD.org/src/rev/fc122aa164a4
branches:  trunk
changeset: 324860:fc122aa164a4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 24 19:08:22 2018 +0000

description:
Fix typo. Comment out SEE ALSO since it only refers nonexistent man pages.
Reduce history to NetBSD until we know more details about other OSes.
Use An. Fix Dt argument.

diffstat:

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

diffs (44 lines):

diff -r 0d600d64f06a -r fc122aa164a4 usr.bin/base64/base64.1
--- a/usr.bin/base64/base64.1   Tue Jul 24 15:29:05 2018 +0000
+++ b/usr.bin/base64/base64.1   Tue Jul 24 19:08:22 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: base64.1,v 1.1 2018/07/24 15:26:16 christos Exp $
+.\"    $NetBSD: base64.1,v 1.2 2018/07/24 19:08:22 wiz Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,11 +29,11 @@
 .\"
 .\"
 .Dd July 24, 2018
-.Dt base64 1
+.Dt BASE64 1
 .Os
 .Sh NAME
 .Nm base64
-.Nd base64 encode/decode data into the stardard output
+.Nd base64 encode/decode data into the standard output
 .Sh SYNOPSIS
 .Nm
 .Op Fl di
@@ -61,14 +61,14 @@
 .Nm
 exits with 0 if there was no error and non-zero if it could not encode or
 decode, printing an error message.
-.Sh SEE ALSO
-.Xr b64_ntop ,
-.Xr b64_pton .
-.Sh AUTHORS
-Christos Zoulas
+.\" .Sh SEE ALSO
+.\" .Xr b64_ntop 3 ,
+.\" .Xr b64_pton 3
 .Sh HISTORY
 The
 .Nm
 command first appeared on
-Linux ?, MacOS/X ?, and
+.\" Linux ?, MacOS/X ?, and
 .Nx 9 .
+.Sh AUTHORS
+.An Christos Zoulas



Home | Main Index | Thread Index | Old Index