Module Name: src
Committed By: kre
Date: Wed Nov 15 08:50:07 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Correct a typo: s/ at / an /
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 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.172 src/bin/sh/sh.1:1.173
--- src/bin/sh/sh.1:1.172 Mon Oct 30 15:37:41 2017
+++ src/bin/sh/sh.1 Wed Nov 15 08:50:07 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.172 2017/10/30 15:37:41 wiz Exp $
+.\" $NetBSD: sh.1,v 1.173 2017/11/15 08:50:07 kre Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -2638,7 +2638,7 @@ It is an error to use
.Ic local
outside the scope of a function definition.
When used inside a function, it exits with status 0,
-unless an undefined option is used, or at attempt is made to
+unless an undefined option is used, or an attempt is made to
assign a value to a read-only variable.
.Pp
Note that either