Compare commits

...

2 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 07ef834a1e
Include a header required for kill()
Yet, this program remains fairly unportable.
2020-10-29 03:24:37 +01:00
Přemysl Eric Janouch 997f5c25a2
sdn.1: improve wording about envvars 2020-10-27 14:58:23 +01:00
2 changed files with 3 additions and 2 deletions

4
sdn.1
View File

@ -67,8 +67,8 @@ The viewer program to be launched by the F3 key binding as well as to show
the internal help message. If none is set, it defaults to
.Xr less 1 .
.It Ev VISUAL , Ev EDITOR
The editor program to be launched by the F4 key binding. If none is set,
it defaults to
The editor program to be launched by the F4 key binding. If neither variable
is set, it defaults to
.Xr vi 1 .
.El
.Sh FILES

View File

@ -42,6 +42,7 @@
#include <grp.h>
#include <libgen.h>
#include <time.h>
#include <signal.h>
#include <sys/inotify.h>
#include <sys/xattr.h>