diff options
author | 2001-02-25 07:08:31 +0000 | |
---|---|---|
committer | 2001-02-25 07:08:31 +0000 | |
commit | 56ab8af09a405c015bee0407bc430db6d8d3957d (patch) | |
tree | eff76483c2d6745717916a45fd034ba9c3289e88 /share/man/man7 | |
parent | - Do not set a bad example by putting the function type within the `.Fo'. (diff) | |
download | wireguard-openbsd-56ab8af09a405c015bee0407bc430db6d8d3957d.tar.xz wireguard-openbsd-56ab8af09a405c015bee0407bc430db6d8d3957d.zip |
Avoid direct use of troff requests; from FreeBSD.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 1045d768b90..7e666c99876 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.18 2000/11/10 00:06:02 aaron Exp $ +.\" $OpenBSD: mdoc.7,v 1.19 2001/02/25 07:08:31 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -293,7 +293,6 @@ For example the following string, Produces .Ar file1 , file2 , file3 ) . .El -.ne 1i .Ss Manual Domain Macros .Bl -column "Name" "Parsed" "Callable" -compact .It Em Name Parsed Callable Description |