Date: Mon, 29 Apr 2024 14:22:53 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 702766d09a37 - main - services.5: describe better Message-ID: <202404291422.43TEMrcE062997@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=702766d09a37534298676092712864151ab308bd commit 702766d09a37534298676092712864151ab308bd Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-04-29 14:00:01 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-29 14:22:39 +0000 services.5: describe better Use a more specific description for this man page, and add SDPX tag while here. Reviewed by: imp, meena Signed-off-by: Alexander Ziaee <concussious@runbox.com> Pull Request: https://github.com/freebsd/freebsd-src/pull/1194 --- share/man/man5/services.5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/share/man/man5/services.5 b/share/man/man5/services.5 index 7a94ae4e4f1c..e7f65cb929fd 100644 --- a/share/man/man5/services.5 +++ b/share/man/man5/services.5 @@ -1,3 +1,6 @@ +.\"- +.\" SPDX-License-Identifier: BSD-3-Clause +.\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -25,12 +28,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 4, 2010 +.Dd April 29, 2024 .Dt SERVICES 5 .Os .Sh NAME .Nm services -.Nd service name data base +.Nd internet service name and port number data base .Sh DESCRIPTION The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404291422.43TEMrcE062997>