Module Name: src Committed By: rillig Date: Sun Jan 22 13:38:48 UTC 2023
Modified Files: src/lib/libc/gen: fmtmsg.3 Log Message: fmtmsg.3: fix typo To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gen/fmtmsg.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/gen/fmtmsg.3 diff -u src/lib/libc/gen/fmtmsg.3:1.7 src/lib/libc/gen/fmtmsg.3:1.8 --- src/lib/libc/gen/fmtmsg.3:1.7 Mon Apr 11 05:59:11 2011 +++ src/lib/libc/gen/fmtmsg.3 Sun Jan 22 13:38:48 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: fmtmsg.3,v 1.7 2011/04/11 05:59:11 jruoho Exp $ +.\" $NetBSD: fmtmsg.3,v 1.8 2023/01/22 13:38:48 rillig Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -190,7 +190,7 @@ with the same names. If .Ev MSGVERB is either not set or malformed (containing empty or unknown keywords), -its content is ignored an all message components will be selected. +its content is ignored and all message components will be selected. .Pp Note that displaying a message on the system console may fail due to inappropriate privileges or a non-permissive file mode of the console device.