From owner-freebsd-doc@freebsd.org Fri Jul 22 19:17:59 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E0FBA1AE0 for ; Fri, 22 Jul 2016 19:17:59 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-3.mit.edu (dmz-mailsec-scanner-3.mit.edu [18.9.25.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9001A5C for ; Fri, 22 Jul 2016 19:17:58 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 1209190e-b3fff7000000313e-95-5792716354bf Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by (Symantec Messaging Gateway) with SMTP id 81.2F.12606.36172975; Fri, 22 Jul 2016 15:17:56 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id u6MJHt0A024071; Fri, 22 Jul 2016 15:17:55 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id u6MJHqpT023179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 22 Jul 2016 15:17:54 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id u6MJHqZP000138; Fri, 22 Jul 2016 15:17:52 -0400 (EDT) Date: Fri, 22 Jul 2016 15:17:51 -0400 (EDT) From: Benjamin Kaduk To: Daniel Li cc: freebsd-doc@freebsd.org Subject: Re: Possible typo in handbook In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrFIsWRmVeSWpSXmKPExsUixG6nrptSOCncYMUiYYtZq1tYLU6d6WJ1 YPJYsmw/m8eMT/NZApiiuGxSUnMyy1KL9O0SuDKmHT7KWPCbqWLH8h6mBsZ1TF2MnBwSAiYS +640s3YxcnEICbQxSbz9tYixi5EDyNnIKPGkAiJ+iEliXc81qKIGRonLG7ewgxSxCGhLvHmr DTKITUBFYuabjWwgYREBRYnvn9hAwswC0hIN6zeD7RIWUJM4/v8NmM0pECjR1nCGEcTmFXCQ 6F2ynhXEFhIIkHh7bg0LiC0qoCOxev8UFogaQYmTM5+wQMzUklg+fRvLBEaBWUhSs5CkFjAy rWKUTcmt0s1NzMwpTk3WLU5OzMtLLdI11svNLNFLTSndxAgKRk5Jvh2Mkxq8DzEKcDAq8fCe iJkULsSaWFZcmXuIUZKDSUmU930wUIgvKT+lMiOxOCO+qDQntfgQowQHs5IIb1ceUI43JbGy KrUoHyYlzcGiJM67/Vt7uJBAemJJanZqakFqEUxWhoNDSYJXrgCoUbAoNT21Ii0zpwQhzcTB CTKcB2h4KUgNb3FBYm5xZjpE/hSjLseCH7fXMgmx5OXnpUqJ85bmAxUJgBRllObBzQEnkd1M qq8YxYHeEuY9AzKKB5iA4Ca9AlrCBLRkjkA/yJKSRISUVAPjWaHUv1e0Iisb3O0T1nkGTjmv 4Hwhr2q2lt1RgzSWBHW172/EJblbN9hE3PlTEVgq/3nu+Yjjzt/XipzUa/im8XOy9i7V/YGB uSkB/rUSJpOe9XY61bRUTy5fsuOd7gKDLU4eGvYhU1ozZj8LeJKTGK70avdR6R1+01ap72IK i/Z4Xl70ZZ8SS3FGoqEWc1FxIgCMGVe5/QIAAA== X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 19:17:59 -0000 On Thu, 21 Jul 2016, Daniel Li wrote: > Hi there, > > On the handbook page for sudo > , I believe > NOPASSWORD should be NOPASSWD. Using the former gives a syntax error in > visudo; the latter is accepted as correct. You are correct; fixed at r49147 and should appear on the website within the hour. -Ben