diff options
author | 2020-10-28 21:07:01 +0000 | |
---|---|---|
committer | 2020-10-28 21:07:01 +0000 | |
commit | ec2386377e4abb1af9c6d98a0322cc8a75ef8637 (patch) | |
tree | 9a86e0089c5ab1a5199985062460cbb5faab5aa2 /share/man/man7 | |
parent | Refactor parts of the dh_* API. (diff) | |
download | wireguard-openbsd-ec2386377e4abb1af9c6d98a0322cc8a75ef8637.tar.xz wireguard-openbsd-ec2386377e4abb1af9c6d98a0322cc8a75ef8637.zip |
Correct an embarrassing spelling mistake:
The last name of the author of groff is "Clark".
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index f7d1dd892e1..aa1e5c32411 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.95 2020/04/23 21:28:09 jmc Exp $ +.\" $OpenBSD: roff.7,v 1.96 2020/10/28 21:07:01 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010-2019 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 23 2020 $ +.Dd $Mdocdate: October 28 2020 $ .Dt ROFF 7 .Os .Sh NAME @@ -2331,7 +2331,7 @@ for .At v2 , then ported nroff to C as troff, which Brian W. Kernighan released with .At v7 . -In 1989, James Clarke re-implemented troff in C++, naming it groff. +In 1989, James Clark re-implemented troff in C++, naming it groff. .Sh AUTHORS .An -nosplit This |