summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-06 12:22:10 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-12 18:23:30 +0100
commit92d5f83f36005aa0ac69fcd7390eeb7e7c2ec557 (patch)
tree1ae1c5b2b3c395ed4f1752b7213fa1a746f20851
parentb414466cccd3f5b21db8ce475ddc6437350e96ab (diff)
unix.7: Use int main(void)
The arguments were unused. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/unix.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index e295a73e6..122ee6659 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -982,7 +982,7 @@ $
#include "connection.h"
\&
int
-main(int argc, char *argv[])
+main(void)
{
struct sockaddr_un name;
int down_flag = 0;