ref: 9121f85a8fc0a6717c6b65de6135dfea9620c51f
parent: 811cf03fc0ec87adf4e10ec09242f863bd2310eb
author: qwx <qwx@sciops.net>
date: Tue Jul 18 09:47:59 EDT 2023
pc(1): remove non-existent -n (thanks kvo); misc fixes from checkman
--- a/sys/man/1/acmemail
+++ b/sys/man/1/acmemail
@@ -1,4 +1,4 @@
-.TH NAIL 1
+.TH ACMEMAIL 1
.SH NAME
Mail \- view mail in acme
--- a/sys/man/1/bar
+++ b/sys/man/1/bar
@@ -59,7 +59,7 @@
Date and time format may be set using
.I -d
option, see
-.IR tmdate (2).
+.IR tmdate (2) .
.SH EXAMPLES
An example of how
.I bar
--- a/sys/man/1/pc
+++ b/sys/man/1/pc
@@ -3,9 +3,6 @@
pc \- programmer's calculator
.SH SYNOPSIS
.B pc
-[
-.B -n
-]
.SH DESCRIPTION
.I Pc
is an arbitrary precision integer calculator with a special emphasis on supporting two's complement bit operations and working with different number bases.
--
⑨