First, apply this patch:
```
arc patch Dxxxx
```
Then, author a version bump commit so the manpages actually update:
```
git checkout master
sed -i 's/VERSION 0.22.2/VERSION 0.22.3/g' CMakeLists.txt
git add -u
git commit -m "version bump"
```
Test (this is a dry-run by default):
```
COMMIT_TYPE=update-manpages ./automated-commits.sh -p HEAD
git show # verify man pages were updated and committed
```