From owner-freebsd-sysinstall@FreeBSD.ORG Mon Jun 28 03:44:45 2010 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D0A106566B for ; Mon, 28 Jun 2010 03:44:45 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0EEBE8FC17 for ; Mon, 28 Jun 2010 03:44:44 +0000 (UTC) Received: by vws13 with SMTP id 13so6966768vws.13 for ; Sun, 27 Jun 2010 20:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=RdkJMHN3w9SUdhika6MxA9M706mzrW6cbdnudqDfsRY=; b=dLj9VrGMggAqPfp4hJmDgTThzGJshNsUHUzIxxaylXig30cj2tWZIglT8tN4uk25V7 jTSWsINebkrlTFBjdtRTsu3mTZcutP34GlRmh5wsEe6K8LHN3WTDDhImcW3eoKEqnfes yjZr0L+kJkn7rX3eyaxisCQD+LgbpoN9cs3/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=WFaPRro92fszG/VY+CnUu8Do24rxZWCRivN1vg0A6ENlA+7LQIRIW15nlpSGzZgEha xvctAeyCIJvSOKAteq2iwUjv6MwLU5Co0aKFZKRYpbkXEvFdPK3Y7Ti4u2/a/fx/iVHV 5zMfK6doLlt6kW++2gsiSDxzAd8R56lIcuQk0= MIME-Version: 1.0 Received: by 10.220.127.95 with SMTP id f31mr2535189vcs.163.1277696675311; Sun, 27 Jun 2010 20:44:35 -0700 (PDT) Sender: sektie@gmail.com Received: by 10.220.71.13 with HTTP; Sun, 27 Jun 2010 20:44:35 -0700 (PDT) Date: Sun, 27 Jun 2010 20:44:35 -0700 X-Google-Sender-Auth: Aeka6zxgb1ZkJDS2c_HZZ8Y-xQU Message-ID: From: Randi Harper To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 28 Jun 2010 03:55:47 +0000 Subject: documentation work X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 03:44:45 -0000 Another thing that needs to get done is a refresh of the documentation. As the man page says, there's a good deal of variables that aren't documented. Getting a list of them is easy - they are in sysinstall.h. If someone is looking for a way to get more familiar with sysinstall code, researching and documenting these missing variables would be an easy task. I know working on documentation may not seem all that glamorous if you're looking to write code. If no one else wants to step up and offer, I'll work on it, but I know we've got some new people around that are looking for something to do. :) -- randi