mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
tree-wide: fix typo
This commit is contained in:
parent
c0b28d44a9
commit
7611946ebc
@ -81,7 +81,7 @@
|
||||
further information.</para>
|
||||
|
||||
<para>The <parameter>handler</parameter> must reference a function to call when the inode changes or
|
||||
<contant>NULL</contant>. The handler function will be passed the <parameter>userdata</parameter> pointer,
|
||||
<constant>NULL</constant>. The handler function will be passed the <parameter>userdata</parameter> pointer,
|
||||
which may be chosen freely by the caller. The handler also receives a pointer to a <structname>struct
|
||||
inotify_event</structname> structure containing information about the inode event. The handler may return
|
||||
negative to signal an error (see below), other return values are ignored. If
|
||||
|
@ -21,7 +21,7 @@ if [[ $# -lt 2 ]]; then
|
||||
echo " (gdb) source GDBSCRIPT"
|
||||
echo " (gdb) target remote :1234"
|
||||
echo
|
||||
echo "Exmaple usage:"
|
||||
echo "Example usage:"
|
||||
echo " mkfifo /tmp/sdboot.{in,out}"
|
||||
echo " qemu-system-x86_64 [...] -s -serial pipe:/tmp/sdboot"
|
||||
echo " ./tools/debug-sd-boot.sh ./build/src/boot/efi/systemd-bootx64.efi \\"
|
||||
|
Loading…
Reference in New Issue
Block a user