Module Name:    src
Committed By:   pgoyette
Date:           Thu Feb 20 18:24:21 UTC 2020

Modified Files:
        src/bin/sh: sh.1

Log Message:
Typo: s/./,/


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.223 src/bin/sh/sh.1:1.224
--- src/bin/sh/sh.1:1.223	Mon Apr 22 04:10:33 2019
+++ src/bin/sh/sh.1	Thu Feb 20 18:24:20 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.223 2019/04/22 04:10:33 kre Exp $
+.\"	$NetBSD: sh.1,v 1.224 2020/02/20 18:24:20 pgoyette Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -31,7 +31,7 @@
 .\"
 .\"	@(#)sh.1	8.6 (Berkeley) 5/4/95
 .\"
-.Dd April 22, 2019
+.Dd February 20, 2020
 .Dt SH 1
 .\" everything except c o and s (keep them ordered)
 .ds flags abCEeFfhIiLmnpquVvXx
@@ -4436,7 +4436,7 @@ and un-exportable attributes set.
 .Ss Dv LINENO
 .Dv LINENO
 is in many respects a normal shell variable, containing an
-integer value. and can be expanded using any of the forms
+integer value, and can be expanded using any of the forms
 mentioned above which can be used for any other variable.
 .Pp
 .Dv LINENO

Reply via email to