diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-20 01:14:20 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-20 01:14:20 +0800 |
commit | ca0bd6d56cbc1787d571366061a859fe3f8e2f90 (patch) | |
tree | 7a28e78c9e1e81ad644dc5ed3f8071c7342b15b4 /prologue/why.xml | |
parent | 66fbe7b805ec5b224fe30f72886cb7e0d228a0a8 (diff) |
rationale: Move Udev entry for lexicographical sorting
Wrap long lines by the way.
Diffstat (limited to 'prologue/why.xml')
-rw-r--r-- | prologue/why.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index a1e69d2ea..b43bb3a20 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -137,15 +137,6 @@ tested file systems that Linux supports.</para> </listitem> - <listitem revision="sysv"> - <para>Udev</para> - - <para>This package is a device manager. It dynamically controls the ownership, - permissions, names, and symbolic links of device nodes in the /dev directory when - devices are added to or removed from the system. - </para> - </listitem> - <listitem> <para>Expat</para> @@ -579,6 +570,15 @@ system. </para> </listitem> + <listitem revision="sysv"> + <para>Udev</para> + + <para>This package is a device manager. It dynamically controls the + ownership, permissions, names, and symbolic links of device nodes in + the /dev directory when devices are added to or removed from the + system.</para> + </listitem> + <listitem> <para>Tar</para> |