Harmonize spacing after ellipses in displayed messages.
authorfcambus <fcambus@openbsd.org>
Sat, 22 Sep 2018 09:12:36 +0000 (09:12 +0000)
committerfcambus <fcambus@openbsd.org>
Sat, 22 Sep 2018 09:12:36 +0000 (09:12 +0000)
commit00e6c3a4d580fcee169eaa6b1d44c75073de8d2f
treee1093d98bce95712380575391426bf522a85a9d3
parentcc1c52c55a841e70745015e59acf8fc6b4760a6a
Harmonize spacing after ellipses in displayed messages.

We were using spacing after ellipses in an inconsistent way in the
installer. Standardize on using "... " everywhere and take into account
the cursor position while we are waiting for the task to complete: the
cursor is now always positioned after the last dot, and the space is
added when displaying completion confirmation.

While there, also take cursor position into account in vfs_shutdown(),
and remove the extra leading space before ticks in dhclient.

OK deraadt@
distrib/miniroot/install.sub
sbin/dhclient/dhclient.c
sys/kern/vfs_subr.c