diff --git a/README.md b/README.md index 11ff5c0..8c2bf11 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ FbTerm is a fast terminal emulator for linux with frame buffer device or VESA vi * change the orientation of screen display, a.k.a. screen rotation * lightweight input method framework with client-server architecture * background image for eye candy (set `FBTERM_BACKGROUND_IMAGE`) - * background image fed through shared memory (set `FBTERM_BACKGROUND_IMAGE_PATH` to the shared memory path (e.g. `/fbterm.background` for `/dev/shm/fbterm.background` in linux); the background gets updated by signaling `SIGIO` + * background image fed through shared memory (set `FBTERM_BACKGROUND_IMAGE_PATH` to the shared memory path (e.g. `/fbterm.background` for `/dev/shm/fbterm.background` in linux); the background gets updated by signaling `SIGIO`; the pid is initially present in the shared memory read man page doc/fbterm.1 for usage help.