Module Name:    src
Committed By:   wiz
Date:           Tue Jul 24 19:08:22 UTC 2018

Modified Files:
        src/usr.bin/base64: base64.1

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/base64/base64.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/base64/base64.1
diff -u src/usr.bin/base64/base64.1:1.1 src/usr.bin/base64/base64.1:1.2
--- src/usr.bin/base64/base64.1:1.1	Tue Jul 24 15:26:16 2018
+++ src/usr.bin/base64/base64.1	Tue Jul 24 19:08:22 2018
@@ -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 @@ The default number of characters is 76.
 .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

Reply via email to