Bug 46815

Summary: [PATCH] typos in pathconf.2, setuid.2, sigaction.2
Product: Documentation Reporter: koich <koich>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description koich 2003-01-07 02:10:01 UTC
    I found some typos in pathconf.2, setuid.2 and sigaction.2.
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2003-01-07 05:07:55 UTC
On 2003-01-07 11:00, SUZUKI Koichi <koich@cac.co.jp> wrote:
> +++ pathconf.2  Tue Jan  7 09:42:26 2003
>  .It Li _PC_FILESIZEBITS
> -Number of bits needed to represented the maximum file size.
> +Number of bits needed to represent the maximum file size.

Done.

> +++ setuid.2    Tue Jan  7 10:00:29 2003
> @@ -118,7 +118,7 @@
>  Similarly, the effective group ID may be set to the value
> -of the real group ID or the saved set-user-ID.
> +of the real group ID or the saved set-group-ID.

Done.

> +++ sigaction.2 Tue Jan  7 09:42:49 2003
> @@ -432,7 +432,7 @@
>  .Fn strcpy ,
>  .Fn strcat ,
>  .Fn strncpy ,
> -.Fn strncat ,
> +.Fn strncat
>  and perhaps some others.

This is a "serial comma".  It shouldn't be removed.

- Giorgos
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-01-07 05:08:15 UTC
State Changed
From-To: open->patched

Committed to current.  Thanks! 


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2003-01-07 05:08:15 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll handle the MFC.
Comment 4 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-14 00:50:16 UTC
State Changed
From-To: patched->closed

I MFC'ed the changes to setuid.2.  The rest of the changes can't 
be merged yet, because pathconf.2 isn't the same in RELENG_4 and 
CURRENT.  I'll leave the pathconf.2 part to someone with more clue 
about what pathconf does in RELENG_4.
Comment 5 koich 2003-02-14 01:31:51 UTC
Giorgos Keramidas wrote:
> I MFC'ed the changes to setuid.2.  The rest of the changes can't
> be merged yet, because pathconf.2 isn't the same in RELENG_4 and
> CURRENT.  I'll leave the pathconf.2 part to someone with more clue
> about what pathconf does in RELENG_4.

The previous patch for pathconf.2 was for the chunk
which was added at rev.1.11.
RELENG_4 does not have that part so that you can leave it.

-- 
This is my STYLE.
SUZUKI Koichi