summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-06-02 10:05:55 +0000
committerschweikh <schweikh@FreeBSD.org>2002-06-02 10:05:55 +0000
commit4f32a2cb23aa77ec35495c4ddb9e28faad4e9e4a (patch)
tree2ac63a9341af2b1e94c60b06fa28ebbad7f9cdfe /lib/libstand
parent58f72955684f483938537fa04e5033aa76f32238 (diff)
downloadFreeBSD-src-4f32a2cb23aa77ec35495c4ddb9e28faad4e9e4a.zip
FreeBSD-src-4f32a2cb23aa77ec35495c4ddb9e28faad4e9e4a.tar.gz
Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).
Fix typos: s/evironment/environment s/cont/const s/_lonjmp/_longjmp MFC after: 3 weeks
Diffstat (limited to 'lib/libstand')
-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 c62d04f..d10d144 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
OpenPOWER on IntegriCloud