Module Name:    src
Committed By:   wiz
Date:           Wed Jun 20 17:54:17 UTC 2012

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

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

>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/bin/dd/dd.1:1.25
--- src/bin/dd/dd.1:1.24	Sun Nov  6 21:22:23 2011
+++ src/bin/dd/dd.1	Wed Jun 20 17:54:16 2012
@@ -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 @@ This is synonymous with
 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 @@ bytes.
 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.

Reply via email to