1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

[PATCH] fix a type in docs/libsysfs.txt

Mary Edie Merideth noticed this typo. I think this is what it was supposed
to be. Judging by the pattern.
This commit is contained in:
ken@cgi101.com 2004-03-12 00:58:38 -08:00 committed by Greg KH
parent c612a0acc8
commit 0c17d02da2

View File

@ -131,7 +131,7 @@ and devices, here's some examples:
#define SYSFS_BUS_DIR "/bus"
#define SYSFS_BUS_NAME "bus"
#define SYSFS_CLASS_DIR "/class"
#define SYSFS_CLASS_DIR "/class"
#define SYSFS_CLASS_NAME "class"
#define SYSFS_BLOCK_DIR "/block"
#define SYSFS_BLOCK_NAME "block"
#define SYSFS_DEVICES_DIR "/devices"