diff --git a/bin/ksh/shf.c b/bin/ksh/shf.c index 044a89feea5f..33b07719bcd4 100644 --- a/bin/ksh/shf.c +++ b/bin/ksh/shf.c @@ -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 #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 @@ -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 diff --git a/distrib/sets/descrs b/distrib/sets/descrs index 9e3a4e758f74..c0546f1ebcf1 100644 --- a/distrib/sets/descrs +++ b/distrib/sets/descrs @@ -491,7 +491,7 @@ comp-sysutil-catman formatted manual pages for system utilities 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 for the timed(8) network time daemon 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