Module Name:    src
Committed By:   wiz
Date:           Wed Mar 18 13:30:13 UTC 2015

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

Log Message:
New sentence, new line. Fix typos. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/bin/dd/dd.1:1.27
--- src/bin/dd/dd.1:1.26	Wed Mar 18 13:23:49 2015
+++ src/bin/dd/dd.1	Wed Mar 18 13:30:13 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dd.1,v 1.26 2015/03/18 13:23:49 manu Exp $
+.\"	$NetBSD: dd.1,v 1.27 2015/03/18 13:30:13 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"	@(#)dd.1	8.2 (Berkeley) 1/13/94
 .\"
-.Dd November 6, 2011
+.Dd March 18, 2015
 .Dt DD 1
 .Os
 .Sh NAME
@@ -200,18 +200,20 @@ Same as
 .Cm iflag
 but for the call to
 .Xr open 2
-on the output file. The default value is
+on the output file.
+The default value is
 .Va creat ,
-which should be explictely added in
+which should be explicitly added in
 .Cm oflag
-in order to output to a nonexistant file.
+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
 attempt, then on failure with
 .Va wronly
-on a second attempt. In both cases,
+on a second attempt.
+In both cases,
 .Va trunc
 is automatically added if none of
 .Cm oseek ,

Reply via email to