diff options
author | 2013-06-24 15:44:36 +0000 | |
---|---|---|
committer | 2013-06-24 15:44:36 +0000 | |
commit | c29872c21307e6b4c866d0770c29e2dcc78a874f (patch) | |
tree | b1832227b09678dff2a7bae90afacaad60914bef | |
parent | Mention the checks for xenocara in DIAGNOSTICS, prompted by Jan Stary's mail. (diff) | |
download | wireguard-openbsd-c29872c21307e6b4c866d0770c29e2dcc78a874f.tar.xz wireguard-openbsd-c29872c21307e6b4c866d0770c29e2dcc78a874f.zip |
do not use literal displays when the display contains mark up;
-rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 227c8d0b3e6..0e5208a0934 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.104 2013/06/15 13:03:41 espie Exp $ +.\" $OpenBSD: make.1,v 1.105 2013/06/24 15:44:36 jmc Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: June 15 2013 $ +.Dd $Mdocdate: June 24 2013 $ .Dt MAKE 1 .Os .Sh NAME @@ -271,8 +271,8 @@ line are compressed into a single space. .Sh DEPENDENCY LINES Dependency lines consist of one or more targets, an operator, and zero or more prerequisites: -.Bd -literal -offset indent -.Ar target ... Ns : Ns Op Ar prerequisite ... +.Bd -ragged -offset indent +.Ar target ... : Ns Op Ar prerequisite ... .Ed .Pp This creates a relationship where the targets |