]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo AV_VSOCK → AF_VSOCK
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jan 2024 09:03:55 +0000 (10:03 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 12 Jan 2024 13:50:32 +0000 (13:50 +0000)
A reported by Arian van Putten:

https://github.com/systemd/systemd/pull/30777#pullrequestreview-1816817988

man/systemd-ssh-generator.xml

index 04c3263c375778b8165e3bd7b287f09dcfbdbd26..2f4f2a6f0ed44ae2e5a676666c39769bd47393b0 100644 (file)
@@ -21,7 +21,7 @@
 
   <refnamediv>
     <refname>systemd-ssh-generator</refname>
-    <refpurpose>Generator for binding a socket-activated SSH server to local <constant>AV_VSOCK</constant>
+    <refpurpose>Generator for binding a socket-activated SSH server to local <constant>AF_VSOCK</constant>
     and <constant>AF_UNIX</constant> sockets</refpurpose>
   </refnamediv>
 
@@ -33,7 +33,7 @@
     <title>Description</title>
 
     <para><command>systemd-ssh-generator</command> binds a socket-activated SSH server to local
-    <constant>AV_VSOCK</constant> and <constant>AF_UNIX</constant> sockets under certain conditions. It only
+    <constant>AF_VSOCK</constant> and <constant>AF_UNIX</constant> sockets under certain conditions. It only
     has an effect if the <citerefentry
     project="man-pages"><refentrytitle>sshd</refentrytitle><manvolnum>8</manvolnum></citerefentry> binary is
     installed. Specifically, it does the following:</para>