Module Name:    src
Committed By:   kre
Date:           Sat Jul 13 07:11:20 UTC 2024

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

Log Message:
Remove caveat about $'' quoting, now POSIX.1-2004 exists.

nb: no Dd bump, that's coming soon (not needed for this change anyway)


To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 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.260 src/bin/sh/sh.1:1.261
--- src/bin/sh/sh.1:1.260	Fri Apr 12 19:09:50 2024
+++ src/bin/sh/sh.1	Sat Jul 13 07:11:20 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.260 2024/04/12 19:09:50 kre Exp $
+.\"	$NetBSD: sh.1,v 1.261 2024/07/13 07:11:20 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -782,15 +782,6 @@ generate are treated as quoted in this c
 .\"
 .Ss Dollar Single Quotes ( Li \&$'...' )
 .\"
-.Bd -filled -offset indent
-.Bf Em
-Note: this form of quoting is still somewhat experimental,
-and yet to be included in the POSIX standard.
-This implementation is based upon the current proposals for
-standardization, and is subject to change should the eventual
-adopted text differ.
-.Ef
-.Ed
 .Pp
 Enclosing characters in a matched pair of single quotes, with the
 first immediately preceded by an unquoted dollar sign

Reply via email to