Source-Changes-HG archive

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

[src/trunk]: src/bin/dd - sync `SYNOPSIS' with dd.c's `usage' line;



details:   https://anonhg.NetBSD.org/src/rev/b6ab7085479c
branches:  trunk
changeset: 779820:b6ab7085479c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 20 17:54:16 2012 +0000

description:
- sync `SYNOPSIS' with dd.c's `usage' line;
- correct spelling (prepositions).

>From Bug Hunting.

diffstat:

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

diffs (36 lines):

diff -r 3b02331d8bf8 -r b6ab7085479c bin/dd/dd.1
--- a/bin/dd/dd.1       Wed Jun 20 17:53:39 2012 +0000
+++ b/bin/dd/dd.1       Wed Jun 20 17:54:16 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dd.1,v 1.24 2011/11/06 21:22:23 jym Exp $
+.\"    $NetBSD: dd.1,v 1.25 2012/06/20 17:54:16 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,7 @@
 .Nd convert and copy a file
 .Sh SYNOPSIS
 .Nm
-.Op operands ...
+.Op operand ...
 .Sh DESCRIPTION
 The
 .Nm
@@ -190,7 +190,7 @@
 Seek
 .Va n
 blocks from the beginning of the output before copying.
-On non-tape devices, a
+On non-tape devices, an
 .Xr lseek 2
 operation is used.
 Otherwise, existing blocks are read and the data discarded.
@@ -206,7 +206,7 @@
 Skip
 .Va n
 blocks from the beginning of the input before copying.
-On input which supports seeks, a
+On input which supports seeks, an
 .Xr lseek 2
 operation is used.
 Otherwise, input data is read and discarded.



Home | Main Index | Thread Index | Old Index