mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust manpage layouts
This commit is contained in:
@ -129,7 +129,7 @@ process()
|
||||
if grep -F -q "SYNOPSIS" "$tmpFile" 2>/dev/null
|
||||
then
|
||||
cat "$tmpFile" | \
|
||||
sed -e "${sedFilter:-p}" | "${gzipFilter:-cat}" \
|
||||
sed -e "${sedFilter}" | "${gzipFilter:-cat}" \
|
||||
>| "$outFile${gzipFilter:+.gz}"
|
||||
|
||||
echo "$outFile${gzipFilter:+.gz}" 1>&2
|
||||
|
||||
Reference in New Issue
Block a user