summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-01 15:44:09 +0000
committerderaadt <deraadt@openbsd.org>2014-06-01 15:44:09 +0000
commit13aae784c97c98c5ea2c77e019eeb27dd0999f74 (patch)
treeca0cf7530ad4afb3a8da12568e4b9f396ab0330c
parentThere is no need for is{upper,lower}() tests before to{lower,uppper}(), (diff)
downloadwireguard-openbsd-13aae784c97c98c5ea2c77e019eeb27dd0999f74.tar.xz
wireguard-openbsd-13aae784c97c98c5ea2c77e019eeb27dd0999f74.zip
Remove mention of the old __P practice.
-rw-r--r--share/man/man9/style.911
1 files 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);