System: OpenBSD 7.2 Architecture: OpenBSD.amd64 Machine: amd64
>Description There is a bug in vi(1) manpage in VI TEXT INPUT COMMANDS section. ^<control-D> is said to "Erase all of the autoindent characters, and reset the autoindent level." Actually, it does not reset the autoindent level. 0<control-D> is said to "Erase all of the autoindent characters." Actually, it also resets the autoindent level. It seems that the sentence part that mentions the autoindent level reset should be moved from ^<control-D> to 0<control-D>
