1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Reassurance for impatient.

This commit is contained in:
Ruslan Ermilov 2011-05-10 13:01:11 +00:00
parent cae68bef11
commit e6a714e703
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221733

View File

@ -260,6 +260,7 @@ EOF
done
echo '.El'
fi
twiddle >&2
done
cat <<EOF
.El
@ -283,4 +284,13 @@ This manual page was autogenerated.
EOF
}
twiddle_pos=0
twiddle()
{
local c0='|' c1='/' c2='-' c3='\'
eval printf '%c\\b' '$c'${twiddle_pos}
twiddle_pos=$(((twiddle_pos+1)%4))
}
main