From 4e996c3a336a5ae3b9ad4aea582f7b9c9f87899d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 27 Jun 2003 21:57:43 +0000 Subject: [PATCH] End sentence with a dot. From jmc@openbsd. --- usr.bin/m4/m4.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 4c566d8eda33..85d3c9dae317 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: m4.1,v 1.17 2003/06/26 18:14:41 wiz Exp $ +.\" $NetBSD: m4.1,v 1.18 2003/06/27 21:57:43 wiz Exp $ .\" @(#) $OpenBSD: m4.1,v 1.23 2001/09/29 11:56:18 espie Exp $ .\" .\" @@ -194,7 +194,7 @@ Prints the first argument on the standard error output stream. .It Ic esyscmd Pass its first argument to a shell and returns the shell's standard output. Note that the shell shares its standard input and standard error with -.Nm +.Nm . .It Ic eval Computes the first argument as an arithmetic expression using 32-bit arithmetic.