From 0f5e4230c306e6468e10283a25ad4e798ea11af5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 5 Feb 2019 02:07:53 -0500 Subject: Add aes Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. --- bin/man1/aes.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bin/man1/aes.1 (limited to 'bin/man1') diff --git a/bin/man1/aes.1 b/bin/man1/aes.1 new file mode 100644 index 00000000..3e8df20b --- /dev/null +++ b/bin/man1/aes.1 @@ -0,0 +1,18 @@ +.Dd February 5, 2019 +.Dt AES 1 +.Os +. +.Sh NAME +.Nm aes +.Nd fullwidth output +. +.Sh SYNOPSIS +.Nm +.Op Ar text ... +. +.Sh DESCRIPTION +.Nm +converts ASCII characters +to their fullwidth counterparts. +If no arguments are given, +standard input is converted. -- cgit 1.4.1