sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 472a90939f58d52503e4cc6525a6884d5b08bf60
parent 9f45bbb9663b57cbe047f5e852ad36999855fe16
Author: FRIGN <dev@frign.de>
Date:   Sun, 20 Sep 2015 20:59:10 +0200

Fix typo

Diffstat:
Mst.suckless.org/patches/openbsd.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/st.suckless.org/patches/openbsd.md b/st.suckless.org/patches/openbsd.md @@ -4,13 +4,13 @@ openbsd Description ----------- -OpenBSD primariley searches for terminfo descriptions in +OpenBSD primarily searches for terminfo descriptions in terminfo databases before considering terminfo files. Given the terminfo currently stored in the global database is for st 0.1.1, this leads to conflicts and misbehaviour. -This patch renames st to st-git to force OpenBSD to use -the provided terminfo file. +This patch renames st to st-git forcing OpenBSD to use the provided +terminfo file. Notes