Bug 282858 - login.conf.5: Remove extra quote in login.conf(5)
Summary: login.conf.5: Remove extra quote in login.conf(5)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-19 05:44 UTC by Joshua Kinard
Modified: 2024-12-13 19:16 UTC (History)
2 users (show)

See Also:


Attachments
Patch to remove unterminated quote (1.05 KB, patch)
2024-11-19 05:47 UTC, Joshua Kinard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.