summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-06-26 19:14:43 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-06-26 19:14:43 +0000
commit1c49120b1f7d18111122ed9033e916a9fe2116cb (patch)
tree3e44a2a6086fb5d078043b90196e9a38895ed04e /lib
parenta88264e5e5878326b563d688ff22cdbf1c56d470 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/libstand.38
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