diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-01 08:19:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-01 08:19:30 +0000 |
commit | b29c3a3b1c40e5d1e6459f9de76428584aac52f4 (patch) | |
tree | 7bfd75e6f579211d40fd203af9145e37d40eb508 /usr.bin/dc | |
parent | 6837b4c73f160dd2c8986de071ba3a2f2733cd6a (diff) |
tweak;
ok otto@
Diffstat (limited to 'usr.bin/dc')
-rw-r--r-- | usr.bin/dc/dc.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index f9d719e9a4f..bbd0cca3627 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.1,v 1.5 2003/09/30 18:33:35 otto Exp $ +.\" $OpenBSD: dc.1,v 1.6 2003/10/01 08:19:29 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -190,9 +190,11 @@ Puts the bracketed .Tn ASCII string onto the top of the stack. If the string includes brackets, these must be properly balanced. -The backslash character \e\ may be used as an escape character, making it +The backslash character +.Pq Sq \e +may be used as an escape character, making it possible to include unbalanced brackets in strings. -To include a backslash into a string, use a double backslash. +To include a backslash in a string, use a double backslash. .It Xo .Cm < Ns Va x .Cm > Ns Va x |