From f7bb89990961f3debb48ed8948af063689ad5cb4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 3 Oct 2001 07:33:59 +0000 Subject: [PATCH] Clarify parameter "names" in prototypes. Submitted by: bde --- share/man/man9/style.9 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 7dff1eac530..4719b706586 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -237,8 +237,10 @@ void function(int fd); .Ed .Pp In header files visible to userland applications, prototypes that are -visible must use either protected names or no names with the types. It -is preferable to use protected names. +visible must use either +.Dq Li protected +names (ones beginning with an underscore) or no names with the types. +It is preferable to use protected names. E.g., use: .Bd -literal void function(int); -- 2.45.2