summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-08-13 22:20:28 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-08-13 22:20:28 +0200
commit578442439060f8936ae0fc31f46cbfeb5e298ab8 (patch)
tree3854e97de6139528f5a23b3e98930dade6db7eab
parente0c3754a3d3b7267885bae205831267ef1b4830a (diff)
parent39d7180d764ba0f7067ba3b991a8b9811573b0db (diff)
downloadplan9front-578442439060f8936ae0fc31f46cbfeb5e298ab8.tar.xz
merge
-rw-r--r--lib/bullshit4
-rwxr-xr-xrc/bin/bullshit4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/bullshit b/lib/bullshit
index e3e2be31b..8a324d1d0 100644
--- a/lib/bullshit
+++ b/lib/bullshit
@@ -5,9 +5,9 @@ factory
interface
singleton
framework
-NoSQL
+NoSQL |
cache
-self-signing
+self-signing |
template
API
service
diff --git a/rc/bin/bullshit b/rc/bin/bullshit
index 998d6c60c..e55f394bb 100755
--- a/rc/bin/bullshit
+++ b/rc/bin/bullshit
@@ -44,8 +44,8 @@ END {
n += 2
for(i = 0; i < n; i++)
printf "%s%s ", word[last = int(rand() * nword)], suffix()
- if(rand() > 0.5 || (last >= 0 && noend[last]) || hassuffix)
- printf "%s ", word[int(rand() * nend)]
+ if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix)
+ printf "%s ", end[int(rand() * nend)]
print ""
}
' /lib/bullshit