diff options
author | ru <ru@FreeBSD.org> | 2000-11-13 16:23:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-13 16:23:00 +0000 |
commit | 190004c5eba2b2f0baf83565909e261f04ec85c0 (patch) | |
tree | 815468a6c8b9651b75379e593802674083060e2a | |
parent | 2a13934a9254be9fe1a5228a73bb3332ba04bfd4 (diff) | |
download | FreeBSD-src-190004c5eba2b2f0baf83565909e261f04ec85c0.zip FreeBSD-src-190004c5eba2b2f0baf83565909e261f04ec85c0.tar.gz |
Fixed the last-minute bug I have made in previous revision (.ie -> .if).
-rw-r--r-- | contrib/groff/tmac/doc-syms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 77ea78b..afc68c1 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -169,7 +169,7 @@ . ie \\n(aC==\\n(aP .aZ . el \{\ . nr aP \\n(aP+1 -. ie \\n(C\\n(aP==2 \{\ +. if \\n(C\\n(aP==2 \{\ . ds b0 \\*(A\\n(aP . ie "\\*(b0"1.0" %comment% . el .ie "\\*(b0"1.1" %comment% |