projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Updated the README and Practical guide so that they have instructions
[barrelfish]
/
doc
/
018-Practical-guide
/
cleanREADME.awk
diff --git
a/doc/018-Practical-guide/cleanREADME.awk
b/doc/018-Practical-guide/cleanREADME.awk
index
6b6b975
..
218cc43
100755
(executable)
--- a/
doc/018-Practical-guide/cleanREADME.awk
+++ b/
doc/018-Practical-guide/cleanREADME.awk
@@
-4,11
+4,11
@@
BEGIN {
pr = 0
}
-/LIKELY FAQs/ {
+/Known Issues/ {
pr = 0
}
-/SUPPORTED HARDWARE/ {
+/Barrelfish Overview/ {
pr = 1
}