From 29d3d46c36a16bbd0032259168949a574ce60f11 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Sat, 20 Nov 2004 01:27:40 +0000
Subject: [PATCH] If we're going to mention mv and cp, clearly, we also need
`rm'
llvm-svn: 18026
---
llvm/docs/GettingStarted.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 24a8f23a070e..924840adf074 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -426,6 +426,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
mkdir - create a directory
mv - move (rename) files
ranlib - symbol table builder for archive libraries
+ rm - remove (delete) files and directories
sed - stream editor for transforming output
sh - Bourne shell for make build scripts
tar - tape archive for distribution generation