summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
index c2b0d57..2f7e1e2 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
@@ -302,7 +302,7 @@ the %s domain -- aborting", yppasswd_domain);
}
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
master_yppasswdprog_1, nconf)) {
- yp_error("unable to register (MASTER_YPPASSWDPROG,
+ yp_error("unable to register (MASTER_YPPASSWDPROG, \
MASTER_YPPASSWDVERS, unix).");
exit(1);
}
OpenPOWER on IntegriCloud