Source-Changes-HG archive

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

[src/trunk]: src/bin/dd Fix typos; use American spelling consistently. Remove...



details:   https://anonhg.NetBSD.org/src/rev/a076f232f4bc
branches:  trunk
changeset: 448325:a076f232f4bc
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jan 30 10:28:50 2019 +0000

description:
Fix typos; use American spelling consistently. Remove an unnecessary macro.

diffstat:

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

diffs (59 lines):

diff -r 1c918c334933 -r a076f232f4bc bin/dd/dd.1
--- a/bin/dd/dd.1       Wed Jan 30 10:11:11 2019 +0000
+++ b/bin/dd/dd.1       Wed Jan 30 10:28:50 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dd.1,v 1.35 2019/01/30 01:40:02 mrg Exp $
+.\"    $NetBSD: dd.1,v 1.36 2019/01/30 10:28:50 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -484,13 +484,13 @@
 .It Cm async
 Use
 .Dv SIGIO
-signalling for I/O.
+signaling for I/O.
 .It Cm cloexec
 Set the close-on-exec flag.
 .It Cm direct
 Directly access the data, skipping any caches.
 .It Cm directory
-Not avaiable for
+Not available for
 .Nm .
 .It Cm exlock
 Atomically obtain an exclusive lock.
@@ -508,7 +508,7 @@
 .It Cm shlock
 Atomically obtain a shared lock.
 .It Cm sync
-All I/O will be performed with full synchronisation.
+All I/O will be performed with full synchronization.
 .El
 .Pp
 The flags that apply to only input are:
@@ -518,7 +518,7 @@
 .It Cm rdwr
 Set the read and write flags.
 .It Cm rsync
-Enable read synchronisation, if the
+Enable read synchronization, if the
 .Cm sync
 option is also set.
 .El
@@ -530,14 +530,13 @@
 .It Cm creat
 Create the output file.
 .It Cm dsync
-Wait for all data to be syncronously written.
+Wait for all data to be synchronously written.
 .It Cm excl
 Ensure that output is to a new file.
 .It Cm trunc
 Truncate the output file before writing.
 .It Cm wronly
 Set the write-only flag.
-.Pp
 .El
 See
 .Xr open 2



Home | Main Index | Thread Index | Old Index