From 71c53bc48cd89da71d102ec990a8bd0301eb8c8a Mon Sep 17 00:00:00 2001 From: andvar Date: Mon, 13 Feb 2023 23:02:27 +0000 Subject: s/chracter/character/ in documentation. --- usr.bin/printf/printf.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index a3bc3be1e8d..ad51e68c039 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.36 2021/05/19 22:29:18 kre Exp $ +.\" $NetBSD: printf.1,v 1.37 2023/02/13 23:02:27 andvar Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -138,7 +138,7 @@ Each format specification is introduced by the percent character .Pq Ql \&% . To produce a literal percent .Pq Ql \&% -in the output, write the percent chracter twice: +in the output, write the percent character twice: .Pq Ql \&%% . This is not a format conversion. The remainder of the format specification includes, -- cgit