Module Name:    src
Committed By:   abhinav
Date:           Fri Jun  2 17:42:51 UTC 2017

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

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 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.145 src/bin/sh/sh.1:1.146
--- src/bin/sh/sh.1:1.145	Sat May 27 11:19:57 2017
+++ src/bin/sh/sh.1	Fri Jun  2 17:42:51 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.145 2017/05/27 11:19:57 kre Exp $
+.\"	$NetBSD: sh.1,v 1.146 2017/06/02 17:42:51 abhinav Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -2102,7 +2102,7 @@ flag is also given, such variables are a
 The
 .Fl I
 flag, which is the default in this shell, causes
-the initial value and exported atribute
+the initial value and exported attribute
 of local variables
 to be inherited from the variable
 with the same name in the surrounding

Reply via email to