diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-08 20:29:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-08 20:29:46 +0000 |
commit | 57f77346d656c8b71deb467ebebd5de5a9bc134b (patch) | |
tree | 91fa54f31e358a03816730e902e2e5a524391e35 | |
parent | 5443c50a30ab79aa5b1417663968d07d5360a275 (diff) |
correct paths
-rw-r--r-- | share/man/man7/mdoc.7 | 4 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 2b674614ad8..acbf9f00769 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -384,10 +384,6 @@ The extended list macros are used when the number of macro arguments would exceed the .Xr troff limitation of nine arguments. -.Sh CONFIGURATION -For site specific configuration of the macro package, -see the file -.Pa /usr/src/share/tmac/README . .Sh FILES .Bl -tag -width "tmac.doc-ditroff" -compact .It Pa tmac.doc diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 009ad8b5c07..7aae2fb66ea 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.5 1997/10/20 15:05:14 provos Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.6 1997/12/08 20:29:45 deraadt Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -572,7 +572,7 @@ without an argument, has been defined as .Tn BSD Experimental in the site specific file -.Pa /usr/src/share/tmac/doc-common . +.Pa /usr/share/tmac/mdoc/doc-common . It really should default to .Tn LOCAL . Note, if the @@ -2745,7 +2745,7 @@ files unsuitable for hardcopy. There is a register named .Ql \&cR which can be set to zero in the site dependent style file -.Pa /usr/src/share/tmac/doc-nroff +.Pa /usr/share/tmac/mdoc/doc-nroff to restore the old style behavior. .Sh FILES .Bl -tag -width /usr/share/misc/mdoc.template -compact |