Summary: | login.conf.5: Remove extra quote in login.conf(5) | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Joshua Kinard <freebsd> | ||||
Component: | Manual Pages | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | doc, maxim | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Created attachment 255295 [details]
Patch to remove unterminated quote
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(-) 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(-) Hi, Thanks for the patch -- I committed it to the main and stable/14. Closing the ticket now. |
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.