summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2009-09-25 14:31:59 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2009-09-25 14:31:59 -0700
commit0b444ded38a03e917143964c8f88fd7862ab8070 (patch)
tree6074f0b5a341da5b84b81c116a5df8cd48c68b71
parentc3181319b25ce4161b3ea8b952624ee95ca19b8b (diff)
downloadknowledge-0b444ded38a03e917143964c8f88fd7862ab8070.tar.gz
knowledge-0b444ded38a03e917143964c8f88fd7862ab8070.zip
UGH rst fail
-rw-r--r--software/debian4
-rw-r--r--software/freebsd-tricks4
-rw-r--r--software/unix-tricks5
3 files changed, 7 insertions, 6 deletions
diff --git a/software/debian b/software/debian
index 413cfc3..d7a047b 100644
--- a/software/debian
+++ b/software/debian
@@ -2,8 +2,8 @@
Debian Linux
===========================
-** See also `freebsd </k/software/freebsd-tricks>`__ and
-`unix </k/software/unix-tricks>`_ tricks. **
+See also `freebsd </k/software/freebsd-tricks>`_ and
+`unix </k/software/unix-tricks>`_ tricks.
Some gotchas from installing debian a few times:
diff --git a/software/freebsd-tricks b/software/freebsd-tricks
index 3db7d3a..bd36ff1 100644
--- a/software/freebsd-tricks
+++ b/software/freebsd-tricks
@@ -2,8 +2,8 @@
FreeBSD Tricks
=====================================
-**See also `unix </k/software/unix-tricks>`_ and
-`debian </k/software/debian>`_ tricks.**
+See also `unix </k/software/unix-tricks>`_ and
+`debian </k/software/debian>`_ tricks.
Set User Shell
-----------------------
diff --git a/software/unix-tricks b/software/unix-tricks
index 8cc8ebe..265609f 100644
--- a/software/unix-tricks
+++ b/software/unix-tricks
@@ -1,8 +1,9 @@
=====================================
UNIX Tricks
=====================================
-**See also `freebsd </k/software/freebsd-tricks>`_ and
-`debian </k/software/debian>`_ tricks.**
+
+See also `freebsd </k/software/freebsd-tricks>`_ and
+`debian </k/software/debian>`_ tricks.
Fork many processes with `xargs`
-----------------------------------