Fix previous comment fix.

It seems that the work "yppush" was not duplicated.
It was two sentences without period. To make it clear,
add a colon and a newline. Found by rillig@.
This commit is contained in:
msaitoh 2024-05-30 03:33:31 +00:00
parent 646e9b4018
commit f6e78d1295
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: yp_prot.h,v 1.21 2024/05/12 23:57:11 msaitoh Exp $ */ /* $NetBSD: yp_prot.h,v 1.22 2024/05/30 03:33:31 msaitoh Exp $ */
/* /*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@ -264,8 +264,9 @@ struct ypbind_setdom {
* YPPUSH PROTOCOL: * YPPUSH PROTOCOL:
* *
* Sun says: * Sun says:
* "Protocol between clients (ypxfr, only) and yppush * "Protocol between clients (ypxfr, only) and yppush:
* speaks a protocol in the transient range, which *
* yppush speaks a protocol in the transient range, which
* is supplied to ypxfr as a command-line parameter when it * is supplied to ypxfr as a command-line parameter when it
* is activated by ypserv." * is activated by ypserv."
* *