From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2005D15802F for ; Mon, 6 Mar 2023 13:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF6CE092B; Mon, 6 Mar 2023 13:38:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19449E092B for ; Mon, 6 Mar 2023 13:38:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5773A3413C0 for ; Mon, 6 Mar 2023 13:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92CA58D4 for ; Mon, 6 Mar 2023 13:38:23 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677949030.f9254f7e72fb5e1c00afbb5c0df82eb80aec4a00.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/wsdd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/wsdd/wsdd-0.7.1.ebuild X-VCS-Directories: net-misc/wsdd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f9254f7e72fb5e1c00afbb5c0df82eb80aec4a00 X-VCS-Branch: master Date: Mon, 6 Mar 2023 13:38:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09c49bce-8314-44a0-a609-75413672e284 X-Archives-Hash: 2d5aeab1749db17468bac40dc6a317a8 commit: f9254f7e72fb5e1c00afbb5c0df82eb80aec4a00 Author: Steffen Christgau s14u de> AuthorDate: Sat Mar 4 16:57:10 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Mar 4 16:57:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9254f7e net-misc/wsdd: use new man page section Signed-off-by: Steffen Christgau s14u.de> net-misc/wsdd/wsdd-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wsdd/wsdd-0.7.1.ebuild b/net-misc/wsdd/wsdd-0.7.1.ebuild index ed79254f3..a3e34dd48 100644 --- a/net-misc/wsdd/wsdd-0.7.1.ebuild +++ b/net-misc/wsdd/wsdd-0.7.1.ebuild @@ -42,5 +42,5 @@ src_install() { systemd_dounit etc/systemd/wsdd.service dodoc README.md - doman man/wsdd.1 + doman man/wsdd.8 }