Compare commits

..

No commits in common. "07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d" and "39e68a977c9ffdbfe2c0c689ff39a91b7fc13812" have entirely different histories.

2 changed files with 2 additions and 3 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 neither variable
is set, it defaults to
The editor program to be launched by the F4 key binding. If none is set,
it defaults to
.Xr vi 1 .
.El
.Sh FILES

View File

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