Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/mount_sysctlfs add missing '\n'



details:   https://anonhg.NetBSD.org/src/rev/5e8862462777
branches:  trunk
changeset: 374137:5e8862462777
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sun Apr 02 18:23:02 2023 +0000

description:
add missing '\n'

diffstat:

 usr.sbin/puffs/mount_sysctlfs/sysctlfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2cddba9d95fc -r 5e8862462777 usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
--- a/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c  Sun Apr 02 18:15:24 2023 +0000
+++ b/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c  Sun Apr 02 18:23:02 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctlfs.c,v 1.20 2016/11/23 17:25:11 christos Exp $   */
+/*     $NetBSD: sysctlfs.c,v 1.21 2023/04/02 18:23:02 ryo Exp $        */
 
 /*-
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: sysctlfs.c,v 1.20 2016/11/23 17:25:11 christos Exp $");
+__RCSID("$NetBSD: sysctlfs.c,v 1.21 2023/04/02 18:23:02 ryo Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -226,7 +226,7 @@ static void __dead
 usage(void)
 {
 
-       fprintf(stderr, "Usage: %s [-o <mntopts>] sysctlfs mountpath",
+       fprintf(stderr, "Usage: %s [-o <mntopts>] sysctlfs mountpath\n",
            getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index