diff options
| author | wiz <wiz@NetBSD.org> | 2005-05-24 15:36:22 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2005-05-24 15:36:22 +0000 |
| commit | bb72979179c8229bbccf6c63d4ab74cc026f0a50 (patch) | |
| tree | d2e14af9b1e53ccaa593d6bf9e357fa733bed89a /gnu/usr.bin | |
| parent | b043e96a8dc0f6ad04acee9091e8a92ffab87632 (diff) | |
<tab> -> whitespace, fixes script(7) STANDARDS section, noted broken by kleink.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 7ddbc5348fe..f5100c6145e 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -1,4 +1,4 @@ -.\" $NetBSD: mdoc.local,v 1.23 2005/03/17 00:22:22 jmc Exp $ +.\" $NetBSD: mdoc.local,v 1.24 2005/05/24 15:36:22 wiz Exp $ .\" .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -50,8 +50,8 @@ .ds doc-str-St--ieee1275-94 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1275-1994 .as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq]) .\" will be in next groff release (after 1.19.1) -.ds doc-str-St--p1003.1-2004 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2004 -.as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq]) +.ds doc-str-St--p1003.1-2004 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2004 +.as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq]) . .\" Default .Os value .ds doc-operating-system NetBSD\~3.0 |
