diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-06-02 10:05:55 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-06-02 10:05:55 +0000 |
| commit | 81c4f30f7faab883b0f930a7f3d21d9357efbdba (patch) | |
| tree | 2ac63a9341af2b1e94c60b06fa28ebbad7f9cdfe /lib/libstand/libstand.3 | |
| parent | dcafd7c96a8d49333f95645127f607ca0cf5df1e (diff) | |
Notes
Diffstat (limited to 'lib/libstand/libstand.3')
| -rw-r--r-- | lib/libstand/libstand.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index c62d04f71a20..d10d1443d1eb 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -18,7 +18,7 @@ .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR Ohttp://wafu.netgate.net/tama/unix/indexe.htmlTHERWISE) ARISING IN ANY WAY +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" @@ -90,7 +90,7 @@ argument is ignored. .El .Sh ENVIRONMENT A set of functions are provided for manipulating a flat variable space similar -to the traditional shell-supported evironment. Major enhancements are support +to the traditional shell-supported environment. Major enhancements are support for set/unset hook functions. .Bl -hang -width 10n .It Xo @@ -151,7 +151,7 @@ may be used to prevent a variable being unset. .Bl -hang -width 10n .It Xo .Ft int -.Fn getopt "int argc" "char * const *argv" "cont char *optstring" +.Fn getopt "int argc" "char * const *argv" "const char *optstring" .Xc .It Xo .Ft long @@ -188,7 +188,7 @@ Requires Defined as .Fn _setjmp and -.Fn _lonjmp +.Fn _longjmp respectively as there is no signal state to manipulate. Requires .In setjmp.h .El |
