Source-Changes-HG archive

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

[src/trunk]: src "no affect" -> "no effect" in man pages and comments.



details:   https://anonhg.NetBSD.org/src/rev/bdeff6585ed7
branches:  trunk
changeset: 990596:bdeff6585ed7
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Oct 30 21:08:58 2021 +0000

description:
"no affect" -> "no effect" in man pages and comments.

diffstat:

 bin/ksh/ksh.Man          |  4 ++--
 share/man/man5/nologin.5 |  4 ++--
 sys/dev/marvell/gtreg.h  |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (64 lines):

diff -r 4459cf6289bb -r bdeff6585ed7 bin/ksh/ksh.Man
--- a/bin/ksh/ksh.Man   Sat Oct 30 20:23:11 2021 +0000
+++ b/bin/ksh/ksh.Man   Sat Oct 30 21:08:58 2021 +0000
@@ -1,5 +1,5 @@
 '\" t
-.\" $NetBSD: ksh.Man,v 1.26 2018/08/26 22:52:34 sevan Exp $
+.\" $NetBSD: ksh.Man,v 1.27 2021/10/30 21:08:58 andvar Exp $
 .\"{{{}}}
 .\"{{{  Notes about man page
 .\"     - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -1699,7 +1699,7 @@
 .sp
 The \fB\-x\fP option sets (\fB+x\fP clears) the export attribute of an alias,
 or, if no names are given, lists the aliases with the export attribute
-(exporting an alias has no affect).
+(exporting an alias has no effect).
 .sp
 The \fB\-t\fP option indicates that tracked aliases are to be listed/set
 (values specified on the command line are ignored for tracked aliases).
diff -r 4459cf6289bb -r bdeff6585ed7 share/man/man5/nologin.5
--- a/share/man/man5/nologin.5  Sat Oct 30 20:23:11 2021 +0000
+++ b/share/man/man5/nologin.5  Sat Oct 30 21:08:58 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nologin.5,v 1.2 2008/05/02 19:09:56 martin Exp $
+.\"    $NetBSD: nologin.5,v 1.3 2021/10/30 21:08:58 andvar Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,7 @@
 .Pp
 The file
 .Pa /etc/nologin
-has no affect on the login procedure for the root user.
+has no effect on the login procedure for the root user.
 .Sh FILES
 .Bl -tag -width /etc/nologin -compact
 .It Pa /etc/nologin
diff -r 4459cf6289bb -r bdeff6585ed7 sys/dev/marvell/gtreg.h
--- a/sys/dev/marvell/gtreg.h   Sat Oct 30 20:23:11 2021 +0000
+++ b/sys/dev/marvell/gtreg.h   Sat Oct 30 21:08:58 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gtreg.h,v 1.5 2010/06/09 02:19:51 kiyohara Exp $       */
+/*     $NetBSD: gtreg.h,v 1.6 2021/10/30 21:08:58 andvar Exp $ */
 
 /*
  * Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
@@ -375,7 +375,7 @@
  *                                Results in writing of the corresponding
  *                                Remap register.
  *                             1: Write to Low Address decode register.  No
- *                                affect on the corresponding Remap register.
+ *                                effect on the corresponding Remap register.
  * 28:28 ConfSBDis             Configuration Read Sync Barrier Disable
  *                             0: enabled; 1: disabled
  * 29:29 IOSBDis               I/O Read Sync Barrier Disable
@@ -666,7 +666,7 @@
  * Table 136: CPU Error Cause, Offset: 0x140
  *   Bits[7:0] are clear only. A cause bit is set upon an error condition
  *   occurrence. Write a 0 value to clear the bit.  Writing a 1 value has
- *   no affect.
+ *   no effect.
  * 00:00 AddrOut               CPU Address Out of Range
  * 01:01 AddrPErr              Bad Address Parity Detected
  * 02:02 TTErr                 Transfer Type Violation.



Home | Main Index | Thread Index | Old Index