Module Name:    src
Committed By:   sevan
Date:           Thu Aug 11 01:14:01 UTC 2016

Modified Files:
        src/bin/dd: dd.1

Log Message:
The macro to cross-reference is Xr, not Xt.
Fix typo error picked up by mandoc lint.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/bin/dd/dd.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/dd/dd.1
diff -u src/bin/dd/dd.1:1.27 src/bin/dd/dd.1:1.28
--- src/bin/dd/dd.1:1.27	Wed Mar 18 13:30:13 2015
+++ src/bin/dd/dd.1	Thu Aug 11 01:14:01 2016
@@ -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.

Reply via email to