From c9423b020a8393dc0eed5a2a20e46fe3b50ccfae Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 1 Jun 2014 15:44:10 +0000 Subject: Remove mention of the old __P practice. --- share/man/man9/style.9 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f439e3d014d..f6cc91ee98c 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.57 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: style.9,v 1.58 2014/06/01 15:44:09 deraadt Exp $ .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: June 1 2014 $ .Dt STYLE 9 .Os .Sh NAME @@ -122,13 +122,6 @@ Functions that are used locally in more than one module go into a separate header file, e.g., .Pa extern.h . .Pp -Use of the -.Li __P -macro has been deprecated. -It is allowed in code imported from other sources but should not be -used in native -.Ox -code. Prototypes should not have variable names associated with the types; i.e., .Bd -literal -offset indent void function(int); -- cgit v1.2.3