Searched defs:editor (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c1057 char *editor; local
1111 editor = getenv("VISUAL");
1112 if (editor == NULL)
1113 editor = getenv("EDITOR");
1114 if (editor == NULL)
1115 editor = "/usr/bin/vi";
1116 (void) snprintf(cmd, sizeof (cmd), "%s %s", editor,
1118 printf("Please use your editor (%s)"
1119 " to edit this file.\n", editor);

Completed in 700 milliseconds