diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-15 03:21:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-15 03:21:31 +0000 |
commit | c0fbea0cf75e55924d2bd69296c687a71d36732b (patch) | |
tree | ecb66deccf3ef3769d2b29a36905b38b46c38039 | |
parent | 69c037d009302a6550f50ac017b331467d089d86 (diff) |
Fix problem with extra spaces after an Xr reference; from NetBSD.
-rw-r--r-- | share/tmac/mdoc/doc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/share/tmac/mdoc/doc b/share/tmac/mdoc/doc index e99616bbd0a..585265d411a 100644 --- a/share/tmac/mdoc/doc +++ b/share/tmac/mdoc/doc @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc,v 1.3 1997/11/30 05:00:07 deraadt Exp $ +.\" $OpenBSD: doc,v 1.4 1999/11/15 03:21:30 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2254,18 +2254,16 @@ . ie \\n(C\\n(aP>2 .y\\n(C\\n(aP . el \{\ . as b1 \&\\*(xR\\*(A\\n(aP\fP\s0 -. if \\n(aC>\\n(aP \{\ -. nr aP \\n(aP+1 +. nr aP \\n(aP+1 +. if \\n(aC>=\\n(aP \{\ . if \\n(C\\n(aP==2 \{\ . as b1 \&(\\*(A\\n(aP) . nr aP \\n(aP+1 . \} -. if \\n(aC>=\\n(aP \{\ -. c\\n(C\\n(aP -. \} . \} +. ie \\n(aC>=\\n(aP .c\\n(C\\n(aP +. el .aZ . \} -. aZ . \} .\} .. |