diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 22:47:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 22:47:12 +0000 |
commit | ae50aff321bada313dcd81d74c2c792a5332b0c5 (patch) | |
tree | c9996feaa9b89caaea3b920d506e0d66938cd20f /usr.bin/make | |
parent | 60c8277d806b8bfdab967ba11febbd0842c58cd7 (diff) |
fix the remaining cases of .Xr with only one argument
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 3faae3fbf2b..067a957814d 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.122 2016/10/23 17:27:01 jmc Exp $ +.\" $OpenBSD: make.1,v 1.123 2016/12/28 22:47:11 schwarze 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: October 23 2016 $ +.Dd $Mdocdate: December 28 2016 $ .Dt MAKE 1 .Os .Sh NAME @@ -335,7 +335,7 @@ The .Ic \&:: operator is a fairly standard extension, popularized by -.Xr imake . +.Sy imake . The .Ic !\& operator is a |