Skip to content

Commit

Permalink
[PATCH] kernel-doc: use Members for struct fields consistently
Browse files Browse the repository at this point in the history
kernel-doc struct fields should be consistently called "Members", not
"Arguments", so switch man-mode output to use "Members" like all of the
other formats do.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent ecfb251 commit c51d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ sub output_struct_man(%) {
}
print "};\n.br\n";

print ".SH Arguments\n";
print ".SH Members\n";
foreach $parameter (@{$args{'parameterlist'}}) {
($parameter =~ /^#/) && next;

Expand Down

0 comments on commit c51d3da

Please sign in to comment.