From 3d16448758b9ea9e0f451b299f9991a30bacbdf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20=C3=96lmann?= Date: Sun, 15 Jan 2023 18:04:35 +0100 Subject: [PATCH] man: libudev: fix typo --- man/libudev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/libudev.xml b/man/libudev.xml index 8632ea9420..c2a42cbfd4 100644 --- a/man/libudev.xml +++ b/man/libudev.xml @@ -43,7 +43,7 @@ equivalent replacement with a more modern API. All functions require a libudev context to operate. This - context can be create via + context can be created via udev_new3. It is used to track library state and link objects together. No global state is used by libudev, everything is always linked to