Bug 282858

Summary: login.conf.5: Remove extra quote in login.conf(5)
Product: Documentation Reporter: Joshua Kinard <freebsd>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, maxim
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to remove unterminated quote none

Description Joshua Kinard 2024-11-19 05:44:53 UTC
When the 'pipebuf' resource limit info was added to login.conf(5), a stray quote found its way in, which leads to an unterminated quote appearing in the man page output:

> pipebuf            size                Maximum size of pipe buffers."

The attached patch fixes this.
Comment 1 Joshua Kinard 2024-11-19 05:47:08 UTC
Created attachment 255295 [details]
Patch to remove unterminated quote
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-11 18:24:58 UTC
A commit in branch main references this bug:

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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-12-13 19:14:59 UTC
A commit in branch stable/14 references this bug:

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

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

    login.conf.5: remove a stray quote

    PR:     282858
    (cherry picked from commit d6917af2b9da76ac1df1977b2a3c09fb9d45db11)

 lib/libutil/login.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Maxim Konovalov freebsd_committer freebsd_triage 2024-12-13 19:16:56 UTC
Hi,

Thanks for the patch -- I committed it to the main and stable/14.  Closing the ticket now.