Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2024 18:24:44 GMT
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d6917af2b9da - main - login.conf.5: remove a stray quote
Message-ID:  <202412111824.4BBIOiLh023465@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by maxim:

URL: https://cgit.FreeBSD.org/src/commit/?id=d6917af2b9da76ac1df1977b2a3c09fb9d45db11

commit d6917af2b9da76ac1df1977b2a3c09fb9d45db11
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-12-11 18:23:22 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-12-11 18:23:22 +0000

    login.conf.5: remove a stray quote
    
    PR:     282858
---
 lib/libutil/login.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index b1e7211e4c18..d43fdfb761f3 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -204,7 +204,7 @@ login environment.
 .It "pseudoterminals	number		Maximum number of pseudo-terminals."
 .It "swapuse	size		Maximum swap space size limit."
 .It "umtxp	number		Maximum number of process-shared pthread locks."
-.It "pipebuf"	size		Maximum size of pipe buffers."
+.It "pipebuf	size		Maximum size of pipe buffers."
 .El
 .Pp
 These resource limit entries actually specify both the maximum


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412111824.4BBIOiLh023465>