FreeBSD Bugzilla – Attachment 255295 Details for
Bug 282858
login.conf.5: Remove extra quote in login.conf(5)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove unterminated quote
0001-login.conf.5-Remove-extra-quote-in-login.conf-5.patch (text/plain), 1.05 KB, created by
Joshua Kinard
on 2024-11-19 05:47:08 UTC
(
hide
)
Description:
Patch to remove unterminated quote
Filename:
MIME Type:
Creator:
Joshua Kinard
Created:
2024-11-19 05:47:08 UTC
Size:
1.05 KB
patch
obsolete
>From be53252d3e1ea1509cac5a7e914e48ef5f05b36d Mon Sep 17 00:00:00 2001 >From: Joshua Kinard <freebsd@kumba.dev> >Date: Mon, 18 Nov 2024 13:19:03 -0500 >Subject: [PATCH] login.conf.5: Remove extra quote in login.conf(5) > >Remove a stray double-quote in the login.conf(5) man page so that >it does not show an unterminated quote at the end of the line. > >PR: 282858 >Signed-off-by: Joshua Kinard <freebsd@kumba.dev> >--- > 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 >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282858
: 255295