[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 19 17:27:51 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.77 -> 1.78
---
Log message:

If we're going to mention mv and cp, clearly, we also need `rm'


---
Diffs of the changes:  (+2 -1)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.77 llvm/docs/GettingStarted.html:1.78
--- llvm/docs/GettingStarted.html:1.77	Fri Nov 19 15:53:22 2004
+++ llvm/docs/GettingStarted.html	Fri Nov 19 19:27:40 2004
@@ -426,6 +426,7 @@
     <li><b>mkdir</b> - create a directory</li>
     <li><b>mv</b> - move (rename) files</li>
     <li><b>ranlib</b> - symbol table builder for archive libraries</li>
+    <li><b>rm</b> - remove (delete) files and directories</li>
     <li><b>sed</b> - stream editor for transforming output</li>
     <li><b>sh</b> - Bourne shell for make build scripts</li>
     <li><b>tar</b> - tape archive for distribution generation</li>
@@ -1437,7 +1438,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/19 21:53:22 $
+  Last modified: $Date: 2004/11/20 01:27:40 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list