The macro to cross-reference is Xr, not Xt.
Fix typo error picked up by mandoc lint.
This commit is contained in:
parent
72d159d520
commit
ddd300cc05
|
@ -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
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" 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
|
The default or specified value is or'ed with
|
||||||
.Va rdwr
|
.Va rdwr
|
||||||
for a first
|
for a first
|
||||||
.Xt open 2
|
.Xr open 2
|
||||||
attempt, then on failure with
|
attempt, then on failure with
|
||||||
.Va wronly
|
.Va wronly
|
||||||
on a second attempt.
|
on a second attempt.
|
||||||
|
|
Loading…
Reference in New Issue