From owner-svn-doc-head@FreeBSD.ORG Sat Jul 14 15:25:53 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69E5D1065670; Sat, 14 Jul 2012 15:25:53 +0000 (UTC) (envelope-from issyl0@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5558FC15; Sat, 14 Jul 2012 15:25:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6EFPr6k092394; Sat, 14 Jul 2012 15:25:53 GMT (envelope-from issyl0@svn.freebsd.org) Received: (from issyl0@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6EFPrir092392; Sat, 14 Jul 2012 15:25:53 GMT (envelope-from issyl0@svn.freebsd.org) Message-Id: <201207141525.q6EFPrir092392@svn.freebsd.org> From: Isabell Long Date: Sat, 14 Jul 2012 15:25:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39203 - head/en_US.ISO8859-1/books/porters-handbook X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 15:25:53 -0000 Author: issyl0 Date: Sat Jul 14 15:25:52 2012 New Revision: 39203 URL: http://svn.freebsd.org/changeset/doc/39203 Log: Whitespace and indentation fixes for r39189. Translators, please ignore. Suggested by: wblock Approved by: gabor (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sat Jul 14 14:44:56 2012 (r39202) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sat Jul 14 15:25:52 2012 (r39203) @@ -16079,8 +16079,8 @@ IGNORE= POINTYHAT is not supported Do not use /proc if there are any other ways of getting the information, e.g. setprogname(argv[0]) in - main() and then &man.getprogname.3; if you - want to know your name. + main() and then &man.getprogname.3; if + you want to know your name. Do not rely on behaviour that is undocumented by POSIX. @@ -16113,7 +16113,7 @@ IGNORE= POINTYHAT is not supported if it is missing. Check the man pages to + url="http://www.freebsd.org/cgi/man.cgi">man pages to see if the function used is a POSIX interface (in the STANDARDS section of the man page). @@ -16125,10 +16125,10 @@ IGNORE= POINTYHAT is not supported A list of common bashisms is available here. + url="https://wiki.ubuntu.com/DashAsBinSh">here. Do not #include - <stdint.h> if + <stdint.h> if inttypes.h is sufficient. This will ensure that the software builds on older versions of &os;.