aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-07-08 21:42:59 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-07-08 21:42:59 +0000
commit4942064e513967dd0df877a0eb6fc0e42f9e4bf6 (patch)
tree2db56820706bc30df4cb8b3d08689baea6ffcf9f /gnu/usr.sbin
parentb03c2f9c33ea00f34e3d6cb3ce126f54f0f2f30f (diff)
Notes
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/ypserv/yp_svc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/ypserv/yp_svc.c b/gnu/usr.sbin/ypserv/yp_svc.c
index 8abb3499f3d76..cf48acd4d7792 100644
--- a/gnu/usr.sbin/ypserv/yp_svc.c
+++ b/gnu/usr.sbin/ypserv/yp_svc.c
@@ -6,7 +6,7 @@
* And thus replied Lpd@NannyMUD:
* Who cares? :-) /Peter Eriksson <pen@signum.se>
*
- * $Id: yp_svc.c,v 1.3 1995/05/30 05:05:37 rgrimes Exp $
+ * $Id: yp_svc.c,v 1.4 1995/07/04 21:58:38 wpaul Exp $
*/
#include "system.h"
@@ -316,8 +316,8 @@ int main(int argc, char **argv)
}
/*
- * Ignore SIGPIPEs. They can hurt us is someone does a ypcat
- * and then hits CTRL-C before it terminales.
+ * Ignore SIGPIPEs. They can hurt us if someone does a ypcat
+ * and then hits CTRL-C before it terminates.
*/
signal(SIGPIPE, SIG_IGN);