]> git.ipfire.org Git - thirdparty/man-pages.git/commit
unix.7: Use 'int' to iterate over 'argv'
authorAlejandro Colomar <alx@kernel.org>
Wed, 6 Mar 2024 11:23:32 +0000 (12:23 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 12 Mar 2024 17:23:30 +0000 (18:23 +0100)
commit23e7079765821f978fa9b3012b7f4cdc87fdbe5a
tree1f0ba3b7e5b6d80de2a723cc9808c05d265f0389
parent92d5f83f36005aa0ac69fcd7390eeb7e7c2ec557
unix.7: Use 'int' to iterate over 'argv'

'argc' is an 'int', so we should compare it with a variable of the same
type.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/unix.7