diff options
author | EuAndreh <eu@euandre.org> | 2021-02-08 19:24:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-08 19:27:41 -0300 |
commit | 4e95ef16a4b3f51a59cae1af91ce35193344692f (patch) | |
tree | 8b2942135acdefc53534dd36e065951223658014 /_articles | |
parent | screencast text: link to README.md of Git repo (diff) | |
download | euandre.org-4e95ef16a4b3f51a59cae1af91ce35193344692f.tar.gz euandre.org-4e95ef16a4b3f51a59cae1af91ce35193344692f.tar.xz |
man page -> manpage
Diffstat (limited to '')
-rw-r--r-- | _articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md index 902f555..85b359d 100644 --- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md +++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md @@ -94,7 +94,7 @@ As time passes, the list would adjust based on the frequency of your choices. I aimed for reusability, so that I could wrap diverse commands with `remembering` and it would be able to work. To accomplish that, a "profile" (the `-p something` part) stores data about different runs separately. I took the idea of building something small with few dependencies to other places too: -- the man pages are written in troff directly; +- the manpages are written in troff directly; - the tests are just more POSIX sh files; - and a POSIX Makefile to `check` and `install`. |