Module Name:    src
Committed By:   andvar
Date:           Mon Feb  5 21:20:09 UTC 2024

Modified Files:
        src/bin/ksh: shf.c
        src/distrib/sets: descrs

Log Message:
s/formated/formatted/ in comment and distrib sets descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/bin/ksh/shf.c
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/descrs

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/shf.c
diff -u src/bin/ksh/shf.c:1.15 src/bin/ksh/shf.c:1.16
--- src/bin/ksh/shf.c:1.15	Sat Nov  6 06:40:33 2021
+++ src/bin/ksh/shf.c	Mon Feb  5 21:20:09 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: shf.c,v 1.15 2021/11/06 06:40:33 msaitoh Exp $	*/
+/*	$NetBSD: shf.c,v 1.16 2024/02/05 21:20:09 andvar Exp $	*/
 
 /*
  *  Shell file I/O routines
@@ -6,7 +6,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: shf.c,v 1.15 2021/11/06 06:40:33 msaitoh Exp $");
+__RCSID("$NetBSD: shf.c,v 1.16 2024/02/05 21:20:09 andvar Exp $");
 #endif
 
 #include <sys/stat.h>
@@ -843,7 +843,7 @@ shf_smprintf(const char *fmt, ...)
 #define FL_ZERO		0x040	/* `0' seen */
 #define FL_DOT		0x080	/* '.' seen */
 #define FL_UPPER	0x100	/* format character was uppercase */
-#define FL_NUMBER	0x200	/* a number was formated %[douxefg] */
+#define FL_NUMBER	0x200	/* a number was formatted %[douxefg] */
 
 
 #ifdef FP

Index: src/distrib/sets/descrs
diff -u src/distrib/sets/descrs:1.31 src/distrib/sets/descrs:1.32
--- src/distrib/sets/descrs:1.31	Tue Sep  5 04:19:04 2023
+++ src/distrib/sets/descrs	Mon Feb  5 21:20:09 2024
@@ -491,7 +491,7 @@ comp-sysutil-catman	formatted manual pag
 comp-sysutil-man	manual pages source for system utilities
 comp-sysutil-root	manual pages source for system utilities
 comp-sysutil-sbin	system utilities 
-comp-tpm-catman		formated manual pages for the Trusted Platform Module libraries
+comp-tpm-catman		formatted manual pages for the Trusted Platform Module libraries
 comp-tpm-debug		debugging symbols for the Trusted Platfor Module utilities and libraries
 comp-tpm-htmlman	HTML documentation for the Trusted Platform Module libraries
 comp-tpm-lib		libraries for the Trusted Platform Module
@@ -690,7 +690,7 @@ man-timed-catman	formatted manual pages 
 man-timed-man	manual pages source for the timed(8) network time daemon
 man-tn3270-catman	formatted manual pages for utilities for connecting to IBM VM/CMS systems
 man-tn3270-man	manual pages source for utilities for connecting to IBM VM/CMS systems
-man-tpm-catman		formated manual pages for the Trusted Platform Module utilities
+man-tpm-catman		formatted manual pages for the Trusted Platform Module utilities
 man-tpm-htmlman		HTML documentation for the Trusted Platform Module utilities
 man-tpm-man		documentation for the Trusted Platform Module utilities
 man-util-catman	formatted manual pages for basic user utilities 

Reply via email to