Bug 56017

Summary: [patch] ftpd(8): add hint to -u flag
Product: Documentation Reporter: Josef El-Rayes <j.el-rayes>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me CC: eyurtese
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ftpd.8.diff none

Description Josef El-Rayes 2003-08-26 22:20:10 UTC
		/usr/src/libexec/ftpd/ftpd.8:
		this patch adds a hint to the -u flag
		the request of this pr comes from evren yurtesen,
		i did the patch against the manual page source file
		and filed it for him due to his request.
		this is my first manual pages patch, i hope it
		does not break anything.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-08-27 00:14: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
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-08-27 00:25:41 UTC
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
Comment 3 Simon L. B. Nielsen freebsd_committer freebsd_triage 2003-08-28 22:09:50 UTC
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
Comment 4 Ceri Davies freebsd_committer freebsd_triage 2003-08-31 08:46:11 UTC
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. 


Comment 5 Ceri Davies freebsd_committer freebsd_triage 2003-08-31 08:46:11 UTC
Responsible Changed
From-To: freebsd-doc->ceri-doc

My MFC reminder.
Comment 6 Ceri Davies freebsd_committer freebsd_triage 2003-08-31 12:59:38 UTC
Responsible Changed
From-To: ceri-doc->ceri

Write out one hundred times: '-' is not a word character.
Comment 7 Ceri Davies freebsd_committer freebsd_triage 2003-09-05 19:33:45 UTC
State Changed
From-To: patched->closed

This has been MFC'd.  Thanks.