From f0f2678ff8d9d0c4f8ad033e02b3a17cfd0649a4 Mon Sep 17 00:00:00 2001 From: Gabriel Araujo Date: Fri, 28 Feb 2025 00:57:46 +0100 Subject: [PATCH] Fix typo in the manual --- man/man1/mlx.1 | 2 +- man/man3/mlx.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man1/mlx.1 b/man/man1/mlx.1 index 9ad0ac16..a4b2b5a9 100644 --- a/man/man1/mlx.1 +++ b/man/man1/mlx.1 @@ -47,7 +47,7 @@ user hit a key?". .P The .B mlx_init -function will create this connection. No parameters are needed, ant it will +function will create this connection. No parameters are needed, and it will return a .I "void *" identifier, used for further calls to the library routines. diff --git a/man/man3/mlx.3 b/man/man3/mlx.3 index 9ad0ac16..a4b2b5a9 100644 --- a/man/man3/mlx.3 +++ b/man/man3/mlx.3 @@ -47,7 +47,7 @@ user hit a key?". .P The .B mlx_init -function will create this connection. No parameters are needed, ant it will +function will create this connection. No parameters are needed, and it will return a .I "void *" identifier, used for further calls to the library routines.