diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-09-25 14:26:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-09-25 14:26:45 -0700 |
commit | 47d90d23a26d136d64b3f71ac3e91303f613ae7a (patch) | |
tree | f0fa15da962021d01a9acafd61edee3272c89172 /software/unix-tricks | |
parent | 5678b84dabce459e0347bac13f1f3df12ff47ce4 (diff) | |
download | knowledge-47d90d23a26d136d64b3f71ac3e91303f613ae7a.tar.gz knowledge-47d90d23a26d136d64b3f71ac3e91303f613ae7a.zip |
bulk package pkg_add-ing plus syntax fixes
Diffstat (limited to 'software/unix-tricks')
-rw-r--r-- | software/unix-tricks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/software/unix-tricks b/software/unix-tricks index 17479f7..8cc8ebe 100644 --- a/software/unix-tricks +++ b/software/unix-tricks @@ -1,8 +1,8 @@ ===================================== 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` ----------------------------------- |