diff options
author | 2017-08-11 16:51:50 +0000 | |
---|---|---|
committer | 2017-08-11 16:51:50 +0000 | |
commit | 7d096061245ad627e7e166c405dfec37c9a04132 (patch) | |
tree | a70c1989404d57efdf4dc719f63896d6e9258467 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-7d096061245ad627e7e166c405dfec37c9a04132.tar.xz wireguard-openbsd-7d096061245ad627e7e166c405dfec37c9a04132.zip |
Typo fix.
Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@
-rw-r--r-- | share/man/man5/bsd.regress.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.regress.mk.5 b/share/man/man5/bsd.regress.mk.5 index 7fb1b26c1c2..bbd49058a47 100644 --- a/share/man/man5/bsd.regress.mk.5 +++ b/share/man/man5/bsd.regress.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.regress.mk.5,v 1.14 2017/07/03 18:19:55 bluhm Exp $ +.\" $OpenBSD: bsd.regress.mk.5,v 1.15 2017/08/11 16:51:50 rob Exp $ .\" .\" Copyright (c) 2002 Anil Madhavapeddy .\" Copyright (c) 2000 Marc Espie @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 3 2017 $ +.Dd $Mdocdate: August 11 2017 $ .Dt BSD.REGRESS.MK 5 .Os .Sh NAME @@ -155,7 +155,7 @@ to run before, this directory or symlink may not exist. Then the test should run anyway. .Pp -Test are executed with +Tests are executed with .Sy make Cm regress , but running .Sy make Cm all |