git: 9front

Download patch

ref: e01d88046c40bb23331fb5bd45b9f27d61eb3fe5
parent: d9b2f50cea851600a1bd2f8c23a0acb5996f2a6d
author: rgl <devnull@localhost>
date: Tue Feb 4 16:32:33 EST 2020

image(6): fix typo

--- a/sys/man/6/image
+++ b/sys/man/6/image
@@ -65,7 +65,7 @@
 pixels at either end of a row.
 If
 .I d
-is greater than 8, the definition of images requires that it will a multiple of 8, so
+is greater than 8, the definition of images requires that it be a multiple of 8, so
 pixel values take up an integral number of bytes.
 .PP
 The
--