summaryrefslogtreecommitdiffstats
path: root/releasenotes/0.15.12
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-12-18 23:50:57 +0100
committerRasmus Steinke <rasi@xssn.at>2015-12-18 23:50:57 +0100
commitb9a7a0c691b962d195baf7b3f4acb33b81066188 (patch)
treeaed61bbacbe86df055140a999ac2192ca3255930 /releasenotes/0.15.12
parent4f47404290dc129480330cd13fe4c205a2bde7ea (diff)
capitalize POSIX, small tweak
Diffstat (limited to 'releasenotes/0.15.12')
-rw-r--r--releasenotes/0.15.12/release-0.15.12.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/0.15.12/release-0.15.12.markdown b/releasenotes/0.15.12/release-0.15.12.markdown
index 1a31d4b1..965386b1 100644
--- a/releasenotes/0.15.12/release-0.15.12.markdown
+++ b/releasenotes/0.15.12/release-0.15.12.markdown
@@ -31,7 +31,7 @@ If they are available they can be used for keybindings, if not, the user gets a
### DMenu reading from stdin
**Rofi** used to have a custom `fgets` implementation that supported custom separators. The first version was
-slow but got improved. Learning about Posix 2008' `getdelim` this is now used and is almost as fast as the latest custom implementation.
+slow but got improved. Learning about the `getdelim` feature of POSIX '08, this is now used and is almost as fast as the latest custom implementation.
Overall this gave a speedup of 6x (from 648 ms for 202000 lines down to 108ms).