Revision: 51816
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51816&view=rev
Author:   carlmoore
Date:     2012-08-08 15:38:16 +0000 (Wed, 08 Aug 2012)
Log Message:
-----------
remove trailing/blanks/tabs and fix spellings

Modified Paths:
--------------
    brlcad/trunk/doc/deprecation.txt

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2012-08-08 15:35:27 UTC (rev 51815)
+++ brlcad/trunk/doc/deprecation.txt    2012-08-08 15:38:16 UTC (rev 51816)
@@ -105,7 +105,7 @@
         bu_glong() -> ntohl() [deprecated 7.18]
         bu_pshort() -> htons() [deprecated 7.18]
         bu_plong() -> htonl() [deprecated 7.18]
-        bu_plonglong() -> htonll() [deprecated 7.18] 
+        bu_plonglong() -> htonll() [deprecated 7.18]
 db.h
         rt_fastf_float() -> ntohf() [deprecated 7.18]
         rt_mat_dbmat() -> htonf() [deprecated 7.18]
@@ -406,7 +406,7 @@
 
 Unless noted otherwise, expressions are shown using Perl syntax and
 may need adjustment (particularly quoting of '(', ')', and '|'
-characters) for other environments.  Most expressions will apply with:        
+characters) for other environments.  Most expressions will apply with:
        perl -0777 -pi -e 'EXPRESSION' FILE
 
 
@@ -757,7 +757,7 @@
         bu_vlb_getBuffer() remamed to bu_vlb_addr() [7.18]
 
 s/bu_vlb_getBufferLength\(/bu_vlb_buflen(/g
-        bu_vlb_getBufferLength() remamed to bu_vlb_buflen() [7.18]
+        bu_vlb_getBufferLength() renamed to bu_vlb_buflen() [7.18]
 
 s/V2APPROXEQUAL\(/V2NEAR_EQUAL(/g
         V2APPROXEQUAL() renamed to V2NEAR_EQUAL() [7.18]
@@ -864,4 +864,4 @@
 s/bu_count_path(.*)\);/bu_dir_list\1, NULL);/g
        made bu_dir_list() return the number of entries [7.21]
 s/bu_strcmpm\((.*),([^,]*)\)/bu_strcmp(\1)/g
-        no use for label paramter, convert to bu_strcmp() [7.21]
+        no use for label parameter, convert to bu_strcmp() [7.21]

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to