From f6e78d12953bf9d1f23126ad9384a6e006ac8b17 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Thu, 30 May 2024 03:33:31 +0000 Subject: [PATCH] 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@. --- include/rpcsvc/yp_prot.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 9b60b398146f..810168f93aec 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -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 @@ -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." *