Module Name:    src
Committed By:   christos
Date:           Wed Oct  2 20:42:56 UTC 2013

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

Log Message:
document LINENO
XXX: someone should fix all the .Ev stuff because some of them are just
shell variables .Va and are not really exported to the environment. See
the FreeBSD man page.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 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.110 src/bin/sh/sh.1:1.111
--- src/bin/sh/sh.1:1.110	Thu May  9 07:43:27 2013
+++ src/bin/sh/sh.1	Wed Oct  2 16:42:56 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.110 2013/05/09 11:43:27 simonb Exp $
+.\"	$NetBSD: sh.1,v 1.111 2013/10/02 20:42:56 christos 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 May 9, 2013
+.Dd October 2, 2013
 .Dt SH 1
 .Os
 .Sh NAME
@@ -1896,6 +1896,8 @@ section above.
 The search path used with the
 .Ic cd
 built-in.
+.It Ev LINENO
+The current line number in the script or function.
 .It Ev LANG
 The string used to specify localization information that allows users
 to work with different culture-specific and language conventions.

Reply via email to