Module Name:    src
Committed By:   ryo
Date:           Sun Apr  2 18:23:02 UTC 2023

Modified Files:
        src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
add missing '\n'


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
diff -u src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.20 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.21
--- src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c:1.20	Wed Nov 23 17:25:11 2016
+++ src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c	Sun Apr  2 18:23:02 2023
@@ -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);
 }

Reply via email to