From owner-svn-src-head@FreeBSD.ORG Sat Jan 7 16:09:44 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F62110657C7; Sat, 7 Jan 2012 16:09:44 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4E72B8FC12; Sat, 7 Jan 2012 16:09:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q07G9i6J046711; Sat, 7 Jan 2012 16:09:44 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q07G9iiG046705; Sat, 7 Jan 2012 16:09:44 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201201071609.q07G9iiG046705@svn.freebsd.org> From: Ulrich Spoerlein Date: Sat, 7 Jan 2012 16:09:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r229779 - in head/release: doc/en_US.ISO8859-1/relnotes picobsd/tinyware/passwd picobsd/tinyware/simple_httpd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2012 16:09:44 -0000 Author: uqs Date: Sat Jan 7 16:09:43 2012 New Revision: 229779 URL: http://svn.freebsd.org/changeset/base/229779 Log: Spelling fixes for release/ Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml head/release/picobsd/tinyware/passwd/local_passwd.c head/release/picobsd/tinyware/passwd/pw_copy.c head/release/picobsd/tinyware/simple_httpd/README Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Sat Jan 7 16:09:33 2012 (r229778) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Sat Jan 7 16:09:43 2012 (r229779) @@ -339,7 +339,7 @@ with the same semantics as (for example) &man.chmod.1;. - For compatiblity with other implementations, &man.cp.1; now + For compatibility with other implementations, &man.cp.1; now supports a flag, which is equivalent to specifying the flags. Modified: head/release/picobsd/tinyware/passwd/local_passwd.c ============================================================================== --- head/release/picobsd/tinyware/passwd/local_passwd.c Sat Jan 7 16:09:33 2012 (r229778) +++ head/release/picobsd/tinyware/passwd/local_passwd.c Sat Jan 7 16:09:43 2012 (r229779) @@ -172,7 +172,7 @@ getnewpasswd(pw, nis) to64(&salt[5], random(), 4); salt[9] = '\0'; #else - /* Make a good size salt for algoritms that can use it. */ + /* Make a good size salt for algorithms that can use it. */ gettimeofday(&tv,0); #ifdef LOGIN_CAP if (login_setcryptfmt(lc, "md5", NULL) == NULL) Modified: head/release/picobsd/tinyware/passwd/pw_copy.c ============================================================================== --- head/release/picobsd/tinyware/passwd/pw_copy.c Sat Jan 7 16:09:33 2012 (r229778) +++ head/release/picobsd/tinyware/passwd/pw_copy.c Sat Jan 7 16:09:43 2012 (r229779) @@ -193,7 +193,7 @@ err: pw_error(NULL, 1, 1); * by default, warning for IDs greater than USHRT_MAX. * * If pw_big_ids_warning is anything other than -1 on entry to pw_scan() - * it will be set based on the existance of PW_SCAN_BIG_IDS in the + * it will be set based on the existence of PW_SCAN_BIG_IDS in the * environment. */ int pw_big_ids_warning = -1; Modified: head/release/picobsd/tinyware/simple_httpd/README ============================================================================== --- head/release/picobsd/tinyware/simple_httpd/README Sat Jan 7 16:09:33 2012 (r229778) +++ head/release/picobsd/tinyware/simple_httpd/README Sat Jan 7 16:09:43 2012 (r229779) @@ -21,14 +21,14 @@ of html,gif,cgi whatever. Your traditio The "fetch" mode supports file transfer over httpd. This is best thought of as mate for fetch(1). This feature can be -usefull to transfer a file from one host to another. +useful to transfer a file from one host to another. Simple_httpd has the ability to run CGI scripts. All CGI scripts must be located in ${DOCUMENT_ROOT}/cgi-bin. The -server currently only sets 3 enviroment variables before calling +server currently only sets 3 environment variables before calling the script. -CGI Enviroment variables are below: +CGI Environment variables are below: SERVER_SOFTWARE = FreeBSD/PicoBSD REMOTE_HOST = client.canada_lower_taxes.com @@ -61,7 +61,7 @@ daemonize without fear of output on stdo -D Do not daemonize. The server will not run in the background. It will -stay attached to the tty. This is usefull for debugging. In this +stay attached to the tty. This is useful for debugging. In this mode no log file is created. Logging info is to stdout. This option is automatically selected if fetch option is selected. @@ -139,7 +139,7 @@ receiver# fetch http://sender.com:53/Ind To Do ===== -Simple authentication would be very usefull[understatment]. +Simple authentication would be very useful [understatment]. /etc/passwd or PAM would be nice. I think a netmask option would be good. Most internet appliances