Commit Graph

19 Commits

Author SHA1 Message Date
joerg
cf421e9ff2 Fix and improve mark up. 2009-03-15 16:21:46 +00:00
joerg
c2a53cec5c Fix markup (.I is an unknown macro in this context). 2009-03-09 14:10:12 +00:00
dholland
2dad86041d Document the values returned by close() and fflush(). PR bin/38132. 2008-05-26 02:07:25 +00:00
uebayasi
976fee6969 !' needs an escape sequence (\&'). New sentence, new line.
Reviewed By:	wiz
2005-08-17 00:58:19 +00:00
wiz
2b4f927dff Add article. 2004-06-06 04:04:36 +00:00
jdolecek
2abf86d47c add history section noting nawk is default since 2.0, and bump date 2004-06-05 12:10:08 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
617b132aac Spell output with two ts. 2003-01-04 23:43:02 +00:00
grant
be8ae688ae New sentence, new line. 2002-09-30 11:08:56 +00:00
fredb
0a08a9975c Correct a couple of typos. 2002-05-15 19:00:32 +00:00
ross
2a76afae02 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
wiz
006bfda652 Drop unnecessary .Pp. 2001-12-01 19:06:43 +00:00
wiz
aded0d2cce Whitespace cleanup. 2001-12-01 16:43:07 +00:00
jdolecek
7053c53e8a document systime(), strftime(), gensub(); for gensub(), note that the \n
sequences supported by GNU awk are not supported yet
xref stuff referenced within manpage in SEE ALSO, add reference to FSF's
"AWK Programming Language"
various other little fixes
2001-02-08 20:54:50 +00:00
jdolecek
3cf31f57d4 group all operators to subsection Operators, describe what each
operator does
2001-02-05 19:33:36 +00:00
jdolecek
1acb637946 document supported options better, add a short info about
this awk on start of DESCRIPTION section
2001-02-05 13:23:57 +00:00
jdolecek
d6b3e4b6cb substr(): the argument 'n' is optional, document what happens if it's omitted
fix order of OFS and ORS in variable list
2001-02-04 20:47:50 +00:00
jdolecek
9d6ab89db5 Do extensive facelift:
* divide text into subsections according to function
* group I/O, math functions together (similarily to how gawk manpage
  is structured) and provide easily parsable
  list, so that it's much easier to find information about individual
  functions
* sort function and variable list by alphabet
2001-01-30 21:05:12 +00:00
jdolecek
f62a886eb7 Conversion of nawk manpage to mdoc format. Put here rather than
to dist/nawk/, since it's not likely mdoc formatted manpage would become
part of nawk distrubution.
Hopefully mdoc macros are used mostly correctly here.
2001-01-30 18:26:30 +00:00