diff options
| author | wiz <wiz@NetBSD.org> | 2004-12-10 14:14:57 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-12-10 14:14:57 +0000 |
| commit | 63ef54fac669177cdc52d62a2ad51ebdc3218385 (patch) | |
| tree | bae2431d1cf37f35d2484f7dbd20ea322693574a /gnu/usr.bin | |
| parent | 931b4fe41e6aa6c77209e21fac0984abdd0af77e (diff) | |
Set doc-default-operating-system to fix footers. Noticed broken by luke.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 673c9f753a4..2c4ac8c3112 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.17 2004/07/30 15:04:19 wiz Exp $ +.\" $NetBSD: mdoc.local,v 1.18 2004/12/10 14:14:57 wiz Exp $ .\" .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -55,5 +55,7 @@ . .\" Default .Os value .ds doc-operating-system NetBSD\~2.0 +.\" Default footer operating system value +.ds doc-default-operating-system NetBSD\~2.0 .\" Other known versions, not yet in groff distribution .ds doc-operating-system-NetBSD-3.0 3.0 |
