vipw.8: Do not recommend sleeping when using vipw(8) non-interactively Before r231383, pw_edit(3) was unable to detect file changes reliably without an explicit waiting via sleep(1) for example. Since then, however, pw_edit(3) has a nanosecond precision of detecting file modifications, so calling "sleep 1" when using a non-interactive editor with vipw(8) is no longer necessary. Keep the note about the modification time, as it might still be useful to users.
I am not exactly sure if this change is correct. A nanosecond precision is probably good enough for most users.