From koich@cac.co.jp  Mon Jan  6 18:02:11 2003
Return-Path: <koich@cac.co.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35D2937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Jan 2003 18:02:11 -0800 (PST)
Received: from gw01.cac.co.jp (gw01.cac.co.jp [160.240.112.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C41543EA9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Jan 2003 18:02:09 -0800 (PST)
	(envelope-from koich@cac.co.jp)
Received: from gw03.vw.cac.co.jp ([160.240.128.104])
	by gw01.cac.co.jp (8.11.6/8.11.6) with ESMTP id h07227S11529;
	Tue, 7 Jan 2003 11:02:07 +0900
Received: from cacnet.cac.co.jp (localhost [127.0.0.1])
	by gw03.vw.cac.co.jp (8.8.8+Sun/3.7W) with ESMTP id LAA29700;
	Tue, 7 Jan 2003 11:02:00 +0900 (JST)
Received: from cac.co.jp ([160.240.137.3])
	by cacnet.cac.co.jp (8.8.8+Sun/3.7W) with ESMTP id LAA02444;
	Tue, 7 Jan 2003 11:01:57 +0900 (JST)
Message-Id: <3E1A34CD.7020900@cac.co.jp>
Date: Tue, 07 Jan 2003 11:00:45 +0900
From: SUZUKI Koichi <koich@cac.co.jp>
Reply-To: SUZUKI Koichi <koich@cac.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] typos in pathconf.2, setuid.2, sigaction.2

>Number:         46815
>Category:       docs
>Synopsis:       [PATCH] typos in pathconf.2, setuid.2, sigaction.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 06 18:10:01 PST 2003
>Closed-Date:    Thu Feb 13 16:52:25 PST 2003
>Last-Modified:  Thu Feb 13 17:40:02 PST 2003
>Originator:     SUZUKI Koichi
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
jpman Project (Japanese Manual Translation Project)
>Environment:
>Description:

    I found some typos in pathconf.2, setuid.2 and sigaction.2.

>How-To-Repeat:
>Fix:

--- pathconf.2.orig Tue Jan  7 09:42:05 2003
+++ pathconf.2  Tue Jan  7 09:42:26 2003
@@ -107,7 +107,7 @@
 .It Li _PC_ALLOC_SIZE_MIN
 Minimum number of bytes of storage allocated for any portion of a file.
 .It Li _PC_FILESIZEBITS
-Number of bits needed to represented the maximum file size.
+Number of bits needed to represent the maximum file size.
 .It Li _PC_REC_INCR_XFER_SIZE
 Recommended increment for file transfer sizes between
 .Dv _PC_REC_MIN_XFER_SIZE
--- setuid.2.orig   Tue Jan  7 09:42:10 2003
+++ setuid.2    Tue Jan  7 10:00:29 2003
@@ -118,7 +118,7 @@
 may be toggled by switching to the real user ID, then re-enabled
 by reverting to the set-user-ID value.
 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.
 .Sh RETURN VALUES
 .Rv -std
 .Sh ERRORS
--- sigaction.2.orig    Tue Jan  7 09:42:15 2003
+++ 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.
 .Pp
 Extension Interfaces:



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Mon Jan 6 21:08:15 PST 2003 
State-Changed-Why:  
Committed to current.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Jan 6 21:08:15 PST 2003 
Responsible-Changed-Why:  
I'll handle the MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46815 

From: Giorgos Keramidas <keramida@freebsd.org>
To: SUZUKI Koichi <koich@cac.co.jp>
Cc: bug-followup@freebsd.org
Subject: Re: docs/46815: [PATCH] typos in pathconf.2, setuid.2, sigaction.2
Date: Tue, 7 Jan 2003 07:07:55 +0200

 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
 
State-Changed-From-To: patched->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Feb 13 16:50:16 PST 2003 
State-Changed-Why:  
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. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46815 

From: SUZUKI Koichi <koich@cac.co.jp>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/46815: [PATCH] typos in pathconf.2, setuid.2, sigaction.2
Date: Fri, 14 Feb 2003 10:31:51 +0900

 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
 
>Unformatted:
