move punctuation of a complete sentence into its parens

This commit is contained in:
jschauma 2008-09-09 19:18:41 +00:00
parent c189d3256b
commit 68b35bfb4d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: style,v 1.43 2008/07/20 00:51:19 lukem Exp $ */
/* $NetBSD: style,v 1.44 2008/09/09 19:18:41 jschauma 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.43 2008/07/20 00:51:19 lukem Exp $");
__RCSID("$NetBSD: style,v 1.44 2008/09/09 19:18:41 jschauma Exp $");
/*
* VERY important single-line comments look like this.
@ -418,7 +418,7 @@ dirinfo(const char *p, struct stat *sb, struct dirent *de, struct statfs *sf,
/*
* Functions that support variable numbers of arguments should look like this.
* (With the #include <stdarg.h> appearing at the top of the file with the
* other include files).
* other include files.)
*/
#include <stdarg.h>