The branch, v3-5-stable has been updated via 43c03a6... lib/popt: Fix typo in README. via 331ff17... s3/docs: Fix typo. from 3389f40... WHATSNEW: Update changes.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-stable - Log ----------------------------------------------------------------- commit 43c03a668850082c0b21d63eef1d7bd9c0777135 Author: Karolin Seeger <ksee...@samba.org> Date: Mon Jan 25 19:54:24 2010 +0100 lib/popt: Fix typo in README. Karolin (cherry picked from commit 463aa06442f1d6c7088c5d47f003b82e4293b70d) (cherry picked from commit 007dbc57a954e3eea6db191b34f3be9ab3c4a9b6) commit 331ff1776be27ac1193b70f33ff3058aeea9bfa1 Author: Karolin Seeger <ksee...@samba.org> Date: Mon Jan 25 19:53:42 2010 +0100 s3/docs: Fix typo. Karolin (cherry picked from commit a3420bf7a52c3d9fa6cba75aa88d1f4087c0e3aa) (cherry picked from commit 7e4dd20a6bb7ae44f2137ca9f914e09a15f00110) ----------------------------------------------------------------------- Summary of changes: docs-xml/Samba3-HOWTO/TOSHARG-Install.xml | 2 +- lib/popt/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml index d13f6ee..673ba93 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml @@ -197,7 +197,7 @@ <entry><para> Exists only when the tdbsam passwd backend is used. This file stores the SambaSAMAccount information. Note: This file requires that user POSIX account information is - availble from either the /etc/passwd file, or from an alternative system source. + available from either the /etc/passwd file, or from an alternative system source. </para></entry> </row> <row> diff --git a/lib/popt/README b/lib/popt/README index 0b5205b..95f8f8d 100644 --- a/lib/popt/README +++ b/lib/popt/README @@ -12,7 +12,7 @@ popt is used by rpm, the Red Hat install program, and many other Red Hat utilities, all of which provide excellent examples of how to use popt. Complete documentation on popt is available in popt.ps (included in this tarball), which is excerpted with permission from the book "Linux -Application Development" by Michael K. Johnson and Erik Troan (availble +Application Development" by Michael K. Johnson and Erik Troan (available from Addison Wesley in May, 1998). Comments on popt should be addressed to e...@redhat.com. -- Samba Shared Repository