Make __RCSID() and __FBSDID() examples compile.
This commit is contained in:
parent
32eef9aeb1
commit
bdfef0f9cd
@ -70,8 +70,8 @@ Most
|
||||
VCS IDs should be indented by a tab if in a comment.
|
||||
.Bd -literal
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95")
|
||||
__FBSDID("$FreeBSD$")
|
||||
__RCSID("@(#)style 1.14 (Berkeley) 4/28/95");
|
||||
__FBSDID("$FreeBSD$");
|
||||
.Ed
|
||||
.Pp
|
||||
Leave another blank line before the header files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user