| Summary: | [patch] typos in man3 manual pages, form_field_opts.3, form_hook.3, form_page.3, getaddrinfo.3, getenv.3, getobjformat.3, heap.3, hosts_access.3. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | n-kogane <n-kogane> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
n-kogane
2004-12-27 15:50:17 UTC
Responsible Changed From-To: freebsd-doc->trhodes Take trhodes 2006-10-07 21:27:21 UTC
FreeBSD src repository
Modified files:
lib/libc/gen getobjformat.3
lib/libc/stdlib getenv.3
Log:
getenv.3: Put "is" on a line with other words
getobjformat.3: "takes precedence over" is not an envrionment variable.
PR: 75545
Submitted by: n-kogane@syd.odn.ne.jp
MFC after: 3 days
Revision Changes Path
1.11 +2 -1 src/lib/libc/gen/getobjformat.3
1.18 +1 -2 src/lib/libc/stdlib/getenv.3
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched I committed this: getenv.3: Put "is" on a line with other words getobjformat.3: "takes precedence over" is not an envrionment variable. Where the second was from your patch. All other changes are contrib and will need to be changed upstream. Thanks! State Changed From-To: patched->closed Changes have have been MFCed, thanks! |