| Summary: | [PATCH] typos in pathconf.2, setuid.2, sigaction.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | koich <koich> | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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: open->patched Committed to current. Thanks! Responsible Changed From-To: freebsd-doc->keramida I'll handle the MFC. 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. 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
|
I found some typos in pathconf.2, setuid.2 and sigaction.2.