Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc Terminate a sentence with a full stop.



details:   https://anonhg.NetBSD.org/src/rev/cf60bc62ecde
branches:  trunk
changeset: 372835:cf60bc62ecde
user:      jkoshy <jkoshy%NetBSD.org@localhost>
date:      Thu Dec 29 18:23:37 2022 +0000

description:
Terminate a sentence with a full stop.

diffstat:

 share/misc/style |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 508d951fefce -r cf60bc62ecde share/misc/style
--- a/share/misc/style  Thu Dec 29 10:41:12 2022 +0000
+++ b/share/misc/style  Thu Dec 29 18:23:37 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.64 2022/03/10 23:39:12 rillig Exp $ */
+/* $NetBSD: style,v 1.65 2022/12/29 18:23:37 jkoshy Exp $ */
 
 /*
  * The revision control tag appears first, with a blank line after it.
@@ -30,7 +30,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2008\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: style,v 1.64 2022/03/10 23:39:12 rillig Exp $");
+__RCSID("$NetBSD: style,v 1.65 2022/12/29 18:23:37 jkoshy Exp $");
 
 /*
  * VERY important single-line comments look like this.
@@ -432,7 +432,7 @@
 
        /*
         * To printf quantities that might be larger than "long",
-        * cast quantities to intmax_t or uintmax_t and use %j
+        * cast quantities to intmax_t or uintmax_t and use %j.
         */
        (void)printf("The size of %s is %jd (%#ju)\n", p,
            (intmax_t)sb->st_size, (uintmax_t)sb->st_size);



Home | Main Index | Thread Index | Old Index