shithub: riscv

Download patch

ref: c89dad0b9258f32ee3365400d5d4f4920aaa3f77
parent: f6ac182f86bf0bcc777a76db50f94227ef6f7962
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.