Update manual style.
authormdw <mdw>
Fri, 23 Feb 2001 09:11:29 +0000 (09:11 +0000)
committermdw <mdw>
Fri, 23 Feb 2001 09:11:29 +0000 (09:11 +0000)
37 files changed:
man/alloc.3
man/arena.3
man/assoc.3
man/atom.3
man/base64.3
man/bits.3
man/bres.3
man/conn.3
man/crc32.3
man/darray.3
man/dspool.3
man/dstr.3
man/env.3
man/exc.3
man/fdflags.3
man/fwatch.3
man/hash.3
man/ident.3
man/lbuf.3
man/lock.3
man/mLib.3
man/mdwopt.3
man/pkbuf.3
man/pool.3
man/quis.3
man/report.3
man/sel.3
man/selbuf.3
man/selpk.3
man/sig.3
man/str.3
man/sub.3
man/sym.3
man/testrig.3
man/trace.3
man/tv.3
man/url.3

index 295ae2c..e8921a2 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH alloc 3 "8 May 1999" "mLib"
+.TH alloc 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .\" @xmalloc
 .\" @xrealloc
 .\" @xstrdup
index 5b45099..f0268c0 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH arena 3 "3 June 2000" mLib
+.TH arena 3 "3 June 2000" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 arena \- control of memory allocation
 .\" @arena_global
index 86367fc..b9699e8 100644 (file)
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH assoc 3 "23 January 2001" mLib
+.TH assoc 3 "23 January 2001" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 assoc \- tables indexed by atoms
 .\" @assoc_create
index 41aeb5b..446a46d 100644 (file)
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH atom 3 "21 January 2001" mLib
+.TH atom 3 "21 January 2001" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 atom \- atom table manager
 .\" @atom_createtable
index f05f3a6..3d445b7 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH base64 3 "20 June 1999" mLib
+.TH base64 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 base64 \- conversion to and from base64 encoding
 .\" @base64_encode
index 6892b15..b8ba8ad 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH bits 3 "20 June 1999" mLib
+.TH bits 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 bits \- portable bit manipulation macros
 .\" @U8
index 39196a8..9552656 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH bres 3 "1 October 1999" mLib
+.TH bres 3 "1 October 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 bres \- background name resolver
 .\" @bres_abort
index 5a12b7a..f9dd0d2 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH conn 3 "23 May 1999" mLib
+.TH conn 3 "23 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .\" @conn_init
 .\" @conn_kill
 .SH NAME
index e29f742..c9e34ba 100644 (file)
@@ -7,7 +7,7 @@
 .  ds ss ^
 .  ds se
 .\}
-.TH crc32 3 "8 May 1999" "mLib"
+.TH crc32 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 crc32 \- calculate 32-bit CRC
 .\" @crc32
index 69a3239..b0669aa 100644 (file)
@@ -19,7 +19,7 @@
 ..
 .ie t .ds o \(bu
 .el .ds o o
-.TH darray 3 "21 October 1999" mLib
+.TH darray 3 "21 October 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 darray \- dense, dynamically resizing arrays
 .\" @DA_INIT
index bdf24a9..1b520c8 100644 (file)
@@ -11,7 +11,7 @@
 .sp 1
 .fi
 ..
-.TH dspool 3 "20 June 1999" mLib
+.TH dspool 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 dspool \- pools of preallocated dynamic strings
 .\" @dspool_create
index 7726e6d..e019b24 100644 (file)
@@ -19,7 +19,7 @@
 ..
 .ie t .ds o \(bu
 .el .ds o o
-.TH dstr 3 "8 May 1999" "mLib"
+.TH dstr 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 dstr \- a simple dynamic string type
 .\" @dstr_create
index 5978879..b927ea2 100644 (file)
--- a/man/env.3
+++ b/man/env.3
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH env 3 "26 July 1999" mLib
+.TH env 3 "26 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 env \- efficient fiddling with environment variables
 .\" @env_get
index 452d177..dea64c3 100644 (file)
--- a/man/exc.3
+++ b/man/exc.3
@@ -11,7 +11,7 @@
 .sp 1
 .fi
 ..
-.TH exc 3 "20 June 1999" mLib
+.TH exc 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 exc \- exception handling for C programs
 .\" @TRY
index 77f9147..4815488 100644 (file)
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH fdflags 3 "23 July 1999" mLib
+.TH fdflags 3 "23 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 fdflags \- set file and file descriptor flags
 .\" @fdflags
index a22e031..20b9b84 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH fwatch 3 "3 February 2001" mLib
+.TH fwatch 3 "3 February 2001" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 fwatch \- watch a file for changes
 .\" @fwatch_init
index a708d22..f1cd782 100644 (file)
@@ -19,7 +19,7 @@
 ..
 .ie t .ds o \(bu
 .el .ds o o
-.TH hash 3 "2 August 1999" mLib
+.TH hash 3 "2 August 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 hash \- low-level hashtable implementation
 .\" @hash_create
index 94b06f1..9486f92 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH ident 3 "2 October 1999" mLib
+.TH ident 3 "2 October 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 ident \- identd (RFC931) client
 .\" @ident_abort
index 7432de4..87f41a3 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH lbuf 3 "6 July 1999" mLib
+.TH lbuf 3 "6 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 lbuf \- split lines out of asynchronously received blocks
 .\" @lbuf_flush
index 0d1caeb..2ef7860 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH lock 3 "23 May 1999" mLib
+.TH lock 3 "23 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 lock \- oversimplified file locking interface
 .\" @lock_file
index 0796883..c942ac1 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH mLib 3 "7 July 1999" mLib
+.TH mLib 3 "7 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 mLib \- library of miscellaneous utilities
 .\" @mLib
index 4da4233..74dd15b 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH mdwopt 3 "6 July 1999" mLib
+.TH mdwopt 3 "6 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 mdwopt \- command-line option parser
 .\" @mdwopt
index 2bf9d17..9d26463 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH pkbuf 3 "16 July 2000" mLib
+.TH pkbuf 3 "16 July 2000" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 pkbuf \- split packets out of asynchronously received blocks
 .\" @pkbuf_flush
index 182215a..1e806bf 100644 (file)
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH pool 3 "7 July 2000" mLib
+.TH pool 3 "7 July 2000" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 pool \- resource pool management
 .\" @pool_alloc
index 30e95ca..ef510d6 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH quis 3 "22 May 1999" mLib
+.TH quis 3 "22 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 quis \- remember the program's name for use in messages
 .\" @quis
index 4c5db7d..97b4ebc 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH report 3 "20 June 1999" mLib
+.TH report 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 report \- report errors
 .\" @moan
index 5d00f44..6574ca0 100644 (file)
--- a/man/sel.3
+++ b/man/sel.3
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH sel 3 "22 May 1999" mLib
+.TH sel 3 "22 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 sel \- low level interface for waiting for I/O
 .\" @sel_init
index 3bd5463..cc7c884 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH selbuf 3 "23 May 1999" mLib
+.TH selbuf 3 "23 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 selbuf \- line-buffering input selector
 .\" @selbuf_enable
index 57574fb..1163d69 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH selpk 3 "23 May 1999" mLib
+.TH selpk 3 "23 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 selpk \- packet-buffering input selector
 .\" @selpk_enable
index 8e301ba..241c624 100644 (file)
--- a/man/sig.3
+++ b/man/sig.3
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH sel 3 "23 July 1999" mLib
+.TH sel 3 "23 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 sig \- more controlled signal handling
 .\" @sig_init
index e91fc13..355bd8c 100644 (file)
--- a/man/str.3
+++ b/man/str.3
@@ -11,7 +11,7 @@
 .sp 1
 .fi
 ..
-.TH str 3 "20 June 1999" mLib
+.TH str 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 str \- small string utilities
 .\" @str_qword
index 94bf1ad..e03fb1c 100644 (file)
--- a/man/sub.3
+++ b/man/sub.3
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH sub 3 "8 May 1999" mLib
+.TH sub 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 sub \- efficient allocation and freeing of small blocks
 .\" @sub_alloc
index 5bfd0f1..fb45af9 100644 (file)
--- a/man/sym.3
+++ b/man/sym.3
@@ -11,7 +11,7 @@
 .RE
 .sp 1
 ..
-.TH sym 3 "8 May 1999" mLib
+.TH sym 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 sym \- symbol table manager
 .\" @sym_create
index ae19d79..190e732 100644 (file)
@@ -11,7 +11,7 @@
 .in -5
 .sp 1
 ..
-.TH testrig 3 "5 June 1999" mLib
+.TH testrig 3 "5 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 testrig \- generic test rig
 .\" @test_run
index 1312b19..0318eb0 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH trace 3 "21 October 1999" mLib
+.TH trace 3 "21 October 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 trace \- configurable tracing output
 .\" @trace
index 433b3ff..9196051 100644 (file)
--- a/man/tv.3
+++ b/man/tv.3
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH tv 3 "22 May 1999" mLib
+.TH tv 3 "22 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 tv \- arithmetic on \fBstruct timeval\fR objects
 .\" @tv_add
index 570623d..a02443a 100644 (file)
--- a/man/url.3
+++ b/man/url.3
@@ -11,7 +11,7 @@
 .sp 1
 .fi
 ..
-.TH url 3 "20 June 1999" mLib
+.TH url 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 url \- manipulation of form-urlencoded strings
 .\" @url_initenc