summary refs log tree commit diff
path: root/config.c
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-01-23 11:32:59 +0100
committerJune McEnroe <june@causal.agency>2021-03-13 13:23:24 -0500
commite8be141cc02d0de474c10c7c828e39e9a82972a1 (patch)
tree90b713dfbe14884848e1dcc73497130101ee1b55 /config.c
parentAdd note about arrow and navigation keys (diff)
downloadcatgirl-e8be141cc02d0de474c10c7c828e39e9a82972a1.tar.gz
catgirl-e8be141cc02d0de474c10c7c828e39e9a82972a1.zip
Refer to glob(7) not sh(1)
Those patterns are not specific to the shell, many commands support them.
Notes
glob(7) does not exist on FreeBSD, but I'm going to consider that a documentation bug on FreeBSD's part. The page exists in OpenBSD, NetBSD and even Linux!
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe