diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-24 01:50:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-24 01:50:26 +0000 |
commit | 3a915c7bdb7733376aff99e0ab3d5a03748626e4 (patch) | |
tree | fbb635cb7e2c2eff0677255f3a08b5eeefe93455 /lib/libc/gen | |
parent | 2c6fe66e6ae98f471af4d574345c3fd7dd893746 (diff) |
Correctly escape a literal colon in an enclosure;
the \: roff escape is an optional line break.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/authenticate.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/authenticate.3 b/lib/libc/gen/authenticate.3 index af6122cdeb6..d892ed73f6f 100644 --- a/lib/libc/gen/authenticate.3 +++ b/lib/libc/gen/authenticate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authenticate.3,v 1.12 2009/07/15 07:53:56 schwarze Exp $ +.\" $OpenBSD: authenticate.3,v 1.13 2011/01/24 01:50:25 schwarze Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" BSDI $From: authenticate.3,v 2.7 1998/09/03 20:27:20 prb Exp $ -.Dd $Mdocdate: July 15 2009 $ +.Dd $Mdocdate: January 24 2011 $ .Dt AUTHENTICATE 3 .Os .Sh NAME @@ -97,7 +97,7 @@ In this case, .Ar name may include the desired style by appending it to the user's name with a single colon -.Pq Sq \: +.Pq Sq \&: as a separator. If .Ar type |