nc_sperror
char *nc_sperror(void);
warnx("getnetconfig: %s", nc_sperror());
fprintf(stderr, "%s: %s\n", s, nc_sperror());
"getnetconfig: %s", nc_sperror());
"getnetconfig: %s", nc_sperror());
snprintf(errbuf, sizeof errbuf, "%s: %s", netid, nc_sperror());
warnx("getnetconfig: %s", nc_sperror());
errx(1, "getnetconfig: %s", nc_sperror());
yp_error("getnetconfigent unix: %s", nc_sperror());