You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs
Toshio Kuratomi 99cac0b135 Fix expr regex for MacOSX compat
MacOSX seems to want bare `+` whereas GNU expr wants escaped `+` (`\+`)
to mean match one or more.  Use `\{1,\}` instead which will match one or
more on both MaxOSX and GNU-using systems.

Fixes #71053
4 years ago
..
bin More boilerplate fixes. (#70224) 4 years ago
docsite Fix expr regex for MacOSX compat 4 years ago
man added docs to CLI docstringsadded 8 years ago
templates Collections docs generation (#59761) 4 years ago