svn commit: r48483 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads

Jason Helfman <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: jgh
Date: Sun Mar 27 21:25:00 2016
New Revision: 48483
URL: https://svnweb.freebsd.org/changeset/doc/48483

Log:
  - rename page/section to a more appropriate name
  - add an introductory paragraph about section
  
  Submitted by:	jgh,wblock
  Approved by:	bapt (portmgr)
  Differential Revision:	https://reviews.freebsd.org/D5760

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Sun Mar 27 19:17:51 2016	(r48482)
+++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Sun Mar 27 21:25:00 2016	(r48483)
@@ -629,8 +629,13 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD
       and confirm the changes with them.</para>
   </sect1>
 
-  <sect1 xml:id="dads-avoiding-linuxisms">
-    <title>Avoiding Linuxisms</title>
+  <sect1 xml:id="dads-use-posix-standards">
+    <title>Use <acronym>POSIX</acronym> Standards</title>
+
+    <para>&os; ports generally expect <acronym>POSIX</acronym>
+      compliance.  Some software and build systems make assumptions
+      based on a particular operating system or environment that can
+      cause problems when used in a port.</para>
 
     <para>Do not use <filename>/proc</filename> if there are any
       other ways of getting the information.  For example,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.