From owner-cvs-src@FreeBSD.ORG Sat Sep 27 15:17:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8BA16A4B3; Sat, 27 Sep 2003 15:17:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA7343FF9; Sat, 27 Sep 2003 15:17:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8RMHbXJ075774; Sat, 27 Sep 2003 15:17:37 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8RMHbMZ075773; Sat, 27 Sep 2003 15:17:37 -0700 (PDT) (envelope-from imp) Message-Id: <200309272217.h8RMHbMZ075773@repoman.freebsd.org> From: Warner Losh Date: Sat, 27 Sep 2003 15:17:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 22:17:38 -0000 imp 2003/09/27 15:17:37 PDT FreeBSD src repository Modified files: share/man/man9 style.9 Log: Two minor fixes: o It is the /usr/include files, not the /usr include files. o Document the practice of converting to the c99 standard uintXX_t form from the older, but non-standard, BSD-style u_intXX_t. This has been going on in the tree for a while now, and I've heard other developers also state that this conversion is happening. Note also that this is a slow process and should be treated like whitespace changes. Revision Changes Path 1.103 +15 -2 src/share/man/man9/style.9