Module Name: src Committed By: msaitoh Date: Thu May 30 03:33:32 UTC 2024
Modified Files: src/include/rpcsvc: yp_prot.h Log Message: 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@. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/include/rpcsvc/yp_prot.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/rpcsvc/yp_prot.h diff -u src/include/rpcsvc/yp_prot.h:1.21 src/include/rpcsvc/yp_prot.h:1.22 --- src/include/rpcsvc/yp_prot.h:1.21 Sun May 12 23:57:11 2024 +++ src/include/rpcsvc/yp_prot.h Thu May 30 03:33:31 2024 @@ -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 <dera...@fsa.ca> @@ -264,8 +264,9 @@ struct ypbind_setdom { * YPPUSH PROTOCOL: * * Sun says: - * "Protocol between clients (ypxfr, only) and yppush - * speaks a protocol in the transient range, which + * "Protocol between clients (ypxfr, only) and yppush: + * + * yppush speaks a protocol in the transient range, which * is supplied to ypxfr as a command-line parameter when it * is activated by ypserv." *