From 237e8cdfa7de5d84571ab6269b66722f7df285de Mon Sep 17 00:00:00 2001 From: FRIGN Date: Tue, 10 Feb 2015 00:34:24 +0100 Subject: [PATCH] Add periods in expr.1 --- expr.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/expr.1 b/expr.1 index 16164c4..688c088 100644 --- a/expr.1 +++ b/expr.1 @@ -83,15 +83,15 @@ resolve equally to a failed match. To work around this limitation, use .Bl -tag -width Ds .It 0 .Ar expression -is neither an empty string nor 0 +is neither an empty string nor 0. .It 1 .Ar expression -is an empty string or 0 +is an empty string or 0. .It 2 .Ar expression -is invalid +is invalid. .It > 2 -An error occurred +An error occurred. .El .Sh SEE ALSO .Xr test 1