L.S. Please find below a trivial patch which corrects a typo in solve.Rd from base. Best, Tobias Index: solve.Rd ==================================================================--- .architect/workspace/R_svn/src/library/base/man/solve.Rd (revision 65545) +++ .architect/workspace/R_svn/src/library/base/man/solve.Rd (working copy) @@ -44,7 +44,7 @@ \code{\link{qr.solve}} can handle non-square systems. } \source{ - The defult method is an interface to the LAPACK routines \code{DGESV} + The default method is an interface to the LAPACK routines \code{DGESV} and \code{ZGESV}. LAPACK is from \url{http://www.netlib.org/lapack}.