Subject: bin/3321: Missing '\' in sed man page
To: None <gnats-bugs@gnats.netbsd.org>
From: None <david@mono.org>
List: netbsd-bugs
Date: 03/12/1997 10:13:22
>Number:         3321
>Category:       bin
>Synopsis:       Missing '\' in sed man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 12 02:20:00 1997
>Last-Modified:
>Originator:     David Brownlee
>Organization:
<a href="http://www.mono.org/>Monochrome</a>
>Release:        1997/03/12
>Environment:
System: NetBSD orwell.southern.net 1.2B NetBSD 1.2B (GENERIC) #11: Tue Dec 10 00:24:14 MET 1996 pk@flambard:/usr/src/sys/arch/sparc/compile/GENERIC sparc


>Description:
	The sed man page states:

    ------------------------------
     [2addr]l
             (The letter ell.)  Write the pattern space to the standard output
             in a visually unambiguous form.  This form is as follows:

                   backslash          \
                   alert              \a
                   form-feed          \f
                   newline            \n
                   carriage-return    \r
                   tab                \t
                   vertical tab       \v
    ------------------------------


	'\' is not exactly visually unambiguous in this context :)

	Just to confirm:

	(orwell ~)2% echo '\hello' | sed 'l'
	\\hello\n$
	\hello

>How-To-Repeat:
	Read man page.
>Fix:
	'backslash          \' should read
	'backslash          \\'.
>Audit-Trail:
>Unformatted: