diff options
author | 1997-12-08 20:29:44 +0000 | |
---|---|---|
committer | 1997-12-08 20:29:44 +0000 | |
commit | a80110cec94e867c27833e48607ad78a6593cdc7 (patch) | |
tree | 166af92765589683f90a76a9f1201dd0a467b9b3 | |
parent | Deal with inflate() returning avail_in == avail_out == 0 (diff) | |
download | wireguard-openbsd-a80110cec94e867c27833e48607ad78a6593cdc7.tar.xz wireguard-openbsd-a80110cec94e867c27833e48607ad78a6593cdc7.zip |
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 |