| Summary: | [patch] ftpd(8): add hint to -u flag | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Josef El-Rayes <j.el-rayes> | ||||
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | eyurtese | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Josef El-Rayes
2003-08-26 22:20:10 UTC
On Tue, Aug 26, 2003 at 11:20:40PM +0200, Josef El-Rayes wrote:
Hi Josef,
Since this is your first mdoc(7) patch, here's the hint:
> --- ftpd.8.diff begins here ---
> --- ftpd.8.orig Tue Aug 26 23:08:19 2003
> +++ ftpd.8 Tue Aug 26 23:14:48 2003
> @@ -192,7 +192,7 @@
> which is expected to be an octal numeric value.
> Refer to
> .Xr umask 2
> -for details.
> +for details. This option may be overridden by login.conf.
New sentences should begin on a newline, i.e. the patch should become
for details.
+This option may be overridden by login.conf.
Cheers,
Ceri
--
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
-- www.chatterboxchallenge.com
On Tue, Aug 26, 2003 at 04:20:20PM -0700, Ceri Davies wrote:
>
> New sentences should begin on a newline, i.e. the patch should become
>
> for details.
> +This option may be overridden by login.conf.
I tell a lie; it should actually become:
--- /usr/src/libexec/ftpd/ftpd.8 Tue Feb 11 14:28:28 2003
+++ /tmp/a Wed Aug 27 00:23:57 2003
@@ -193,6 +193,8 @@
Refer to
.Xr umask 2
for details.
+This option may be overridden by
+.Xr login.conf 5 .
.It Fl U
In previous versions of
.Nm ,
Ceri
--
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
-- www.chatterboxchallenge.com
On 2003.08.26 16:30:20 -0700, Ceri Davies wrote:
> I tell a lie; it should actually become:
>
> --- /usr/src/libexec/ftpd/ftpd.8 Tue Feb 11 14:28:28 2003
> +++ /tmp/a Wed Aug 27 00:23:57 2003
> @@ -193,6 +193,8 @@
> Refer to
> .Xr umask 2
> for details.
> +This option may be overridden by
> +.Xr login.conf 5 .
> .It Fl U
> In previous versions of
> .Nm ,
I think this is good and should be committed. Will you do it?
--
Simon L. Nielsen
FreeBSD Documentation Team
State Changed From-To: open->patched I committed the change to -HEAD; thanks to Simon for the reminder. I will try and get this MFCd before 4.9-RELEASE. Thanks to simon for reminding me to commit this. Responsible Changed From-To: freebsd-doc->ceri-doc My MFC reminder. Responsible Changed From-To: ceri-doc->ceri Write out one hundred times: '-' is not a word character. State Changed From-To: patched->closed This has been MFC'd. Thanks. |