Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/dd New sentence, new line. Fix typos. Bump date for prev...



details:   https://anonhg.NetBSD.org/src/rev/f10b7d1bce48
branches:  trunk
changeset: 336770:f10b7d1bce48
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Mar 18 13:30:13 2015 +0000

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

diffstat:

 bin/dd/dd.1 |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r c09f020fd8fd -r f10b7d1bce48 bin/dd/dd.1
--- a/bin/dd/dd.1       Wed Mar 18 13:23:49 2015 +0000
+++ b/bin/dd/dd.1       Wed Mar 18 13:30:13 2015 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index