Module Name:    src
Committed By:   andvar
Date:           Sat Oct 30 21:08:58 UTC 2021

Modified Files:
        src/bin/ksh: ksh.Man
        src/share/man/man5: nologin.5
        src/sys/dev/marvell: gtreg.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/bin/ksh/ksh.Man
cvs rdiff -u -r1.2 -r1.3 src/share/man/man5/nologin.5
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/gtreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ksh/ksh.Man
diff -u src/bin/ksh/ksh.Man:1.26 src/bin/ksh/ksh.Man:1.27
--- src/bin/ksh/ksh.Man:1.26	Sun Aug 26 22:52:34 2018
+++ src/bin/ksh/ksh.Man	Sat Oct 30 21:08:58 2021
@@ -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 @@ is prefixed with the string "\fBalias\fP
 .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).

Index: src/share/man/man5/nologin.5
diff -u src/share/man/man5/nologin.5:1.2 src/share/man/man5/nologin.5:1.3
--- src/share/man/man5/nologin.5:1.2	Fri May  2 19:09:56 2008
+++ src/share/man/man5/nologin.5	Sat Oct 30 21:08:58 2021
@@ -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 @@ see
 .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

Index: src/sys/dev/marvell/gtreg.h
diff -u src/sys/dev/marvell/gtreg.h:1.5 src/sys/dev/marvell/gtreg.h:1.6
--- src/sys/dev/marvell/gtreg.h:1.5	Wed Jun  9 02:19:51 2010
+++ src/sys/dev/marvell/gtreg.h	Sat Oct 30 21:08:58 2021
@@ -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.

Reply via email to