diff options
author | 2015-03-13 15:07:34 +0000 | |
---|---|---|
committer | 2015-03-13 15:07:34 +0000 | |
commit | 11e30a514d13f829c59849753261d634c8ed1885 (patch) | |
tree | 799e0ae120a1e25a6f8976220728b1c2dbb68192 | |
parent | chroot is now inside instbin, so do not need to run the copy in /mnt (diff) | |
download | wireguard-openbsd-11e30a514d13f829c59849753261d634c8ed1885.tar.xz wireguard-openbsd-11e30a514d13f829c59849753261d634c8ed1885.zip |
no need for double macro; ok schwarze
-rw-r--r-- | usr.bin/mandoc/whatis.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mandoc/whatis.1 b/usr.bin/mandoc/whatis.1 index 335ea856afc..0674ee5bb8c 100644 --- a/usr.bin/mandoc/whatis.1 +++ b/usr.bin/mandoc/whatis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.10 2014/03/17 11:29:11 schwarze Exp $ +.\" $OpenBSD: whatis.1,v 1.11 2015/03/13 15:07:34 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)whatis.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: March 17 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt WHATIS 1 .Os .Sh NAME @@ -71,7 +71,7 @@ The default is Override the list of standard directories .Nm searches for its database named -.Dq Pa mandoc.db . +.Pa mandoc.db . The supplied .Ar path must be a colon @@ -83,7 +83,7 @@ This search path may also be set using the environment variable Augment the list of standard directories .Nm searches for its database named -.Dq Pa mandoc.db . +.Pa mandoc.db . The supplied .Ar path must be a colon-separated list of directories. |