From ddd300cc059e32c97ba1ebcaf032eb8fe915e8bb Mon Sep 17 00:00:00 2001 From: sevan Date: Thu, 11 Aug 2016 01:14:01 +0000 Subject: [PATCH] The macro to cross-reference is Xr, not Xt. Fix typo error picked up by mandoc lint. --- bin/dd/dd.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index c8bb68ca7a30..6e9d8d0c5db5 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: dd.1,v 1.27 2015/03/18 13:30:13 wiz Exp $ +.\" $NetBSD: dd.1,v 1.28 2016/08/11 01:14:01 sevan Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -209,7 +209,7 @@ in order to output to a nonexistent file. The default or specified value is or'ed with .Va rdwr for a first -.Xt open 2 +.Xr open 2 attempt, then on failure with .Va wronly on a second attempt.