diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-10-05 13:14:21 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-10-05 13:14:21 +0000 |
commit | 01fd966a2d9cafbe005cb89b06aa0e7b5fd87764 (patch) | |
tree | 46067522a40331b4d0a0d9926fd02ddf5a5dba99 /bin/dd/dd.1 | |
parent | 3649b613e3cbcb8fbe2b38bc9d275f892828c2f6 (diff) |
the ellipsis allow more than one operand being specified.
ok jmc@
Diffstat (limited to 'bin/dd/dd.1')
-rw-r--r-- | bin/dd/dd.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 0fff7f43219..60701aa2fa8 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.20 2007/05/31 19:19:14 jmc Exp $ +.\" $OpenBSD: dd.1,v 1.21 2008/10/05 13:14:20 sobrado Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 5 2008 $ .Dt DD 1 .Os .Sh NAME @@ -41,7 +41,7 @@ .Nd convert and copy a file .Sh SYNOPSIS .Nm dd -.Op Ar operands ... +.Op Ar operand ... .Sh DESCRIPTION The .Nm |