diff options
| author | wiz <wiz@NetBSD.org> | 2010-12-16 17:42:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-12-16 17:42:25 +0000 |
| commit | 0f41cbdbc60d07883907a2a198cda873357bab2a (patch) | |
| tree | 97054caa880c7d08d98f09ee33b023c533cfed4b /lib/libc/stdio/printf.3 | |
| parent | 70c9ecb202170b1039cc512d04971cd535175aa7 (diff) | |
Observe the following spelling:
- wide character (noun)
- wide-character (adjective)
Inspired by jmc@OpenBSD.
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 6f1f4ca5686..6d16e64ad11 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.54 2010/09/06 19:47:37 wiz Exp $ +.\" $NetBSD: printf.3,v 1.55 2010/12/16 17:42:27 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -780,7 +780,7 @@ system call, the family of functions may fail if: .Bl -tag -width Er .It Bq Er EILSEQ -An invalid wide character code was encountered. +An invalid wide-character code was encountered. .It Bq Er ENOMEM Insufficient storage space is available. .El |
