diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
commit | d1e3490c2c01c8d4c419a531ccbba23627555a8c (patch) | |
tree | 51922fc49afafddf96d2c0f37ca0596c58562981 /usr.bin/indent/indent.1 | |
parent | 7f51966fb29bd3bf3348d5e49422c1934fa6949a (diff) |
More delimiters that need quoting inside macros, hunted down by jmc@,
who asked me to commit because he is just running out of the door.
Diffstat (limited to 'usr.bin/indent/indent.1')
-rw-r--r-- | usr.bin/indent/indent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 9825328abed..526e6bdbbbb 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: indent.1,v 1.17 2009/05/29 09:07:29 sobrado Exp $ +.\" $OpenBSD: indent.1,v 1.18 2010/07/15 20:51:38 schwarze Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. @@ -32,7 +32,7 @@ .\" .\" from: @(#)indent.1 8.1 (Berkeley) 7/1/93 .\" -.Dd $Mdocdate: May 29 2009 $ +.Dd $Mdocdate: July 15 2010 $ .Dt INDENT 1 .Os .Sh NAME @@ -327,7 +327,7 @@ If true .Pq Fl pcs all procedure calls will have a space inserted between the name and the -.Ql ( . +.Ql \&( . The default is .Fl npcs . .It Fl psl , npsl |