diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 6 | ||||
-rw-r--r-- | extension/fnmatch.3am | 2 | ||||
-rw-r--r-- | extension/fork.3am | 2 | ||||
-rw-r--r-- | extension/inplace.3am | 2 | ||||
-rw-r--r-- | extension/ordchr.3am | 4 | ||||
-rw-r--r-- | extension/readdir.3am | 2 | ||||
-rw-r--r-- | extension/readfile.3am | 4 | ||||
-rw-r--r-- | extension/revoutput.3am | 2 | ||||
-rw-r--r-- | extension/revtwoway.3am | 2 | ||||
-rw-r--r-- | extension/rwarray.3am | 2 | ||||
-rw-r--r-- | extension/time.3am | 4 |
11 files changed, 19 insertions, 13 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 302b46c9..59deaba4 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,9 @@ +2015-11-15 Ville Skytta <ville.skytta@iki.fi> + + * fnmatch.3am, fork.3am, inplace.3am, ordchr.3am, readdir.3am, + readfile.3am, revoutput.3am, revtwoway.3am, rwarray.3am, + time.3am: Fix troff markup to avoid warnings. + 2015-10-26 Arnold D. Robbins <arnold@skeeve.com> * config.h.in: Turn on _DEFAULT_SOURCE for very recent diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am index e2e8391d..ed4f3670 100644 --- a/extension/fnmatch.3am +++ b/extension/fnmatch.3am @@ -73,7 +73,7 @@ Nothing prevents AWK code from changing the predefined variabale .BR FNM_NOMATCH , but doing so may cause strange results. -... .SH BUGS +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/fork.3am b/extension/fork.3am index c87dada4..9933d19a 100644 --- a/extension/fork.3am +++ b/extension/fork.3am @@ -36,7 +36,7 @@ This function waits for the first child to die. The return value is that of the .IR wait (2) system call. -... .SH NOTES +.\" .SH NOTES .SH BUGS There is no corresponding .B exec() diff --git a/extension/inplace.3am b/extension/inplace.3am index a045fe6c..b7717485 100644 --- a/extension/inplace.3am +++ b/extension/inplace.3am @@ -39,7 +39,7 @@ on the command line prior to files that should be processed normally. One can reenable inplace editing by placing .B inplace=1 prior to files that should be subject to inplace editing. -... .SH NOTES +.\" .SH NOTES .SH BUGS While the extension does attempt to preserve ownership and permissions, it makes no attempt to copy the ACLs from the original file. .PP diff --git a/extension/ordchr.3am b/extension/ordchr.3am index a2b712ff..1b19938d 100644 --- a/extension/ordchr.3am +++ b/extension/ordchr.3am @@ -28,8 +28,8 @@ whose first character is that represented by the number. .PP These functions are inspired by the Pascal language functions of the same name. -... .SH NOTES -... .SH BUGS +.\" .SH NOTES +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/readdir.3am b/extension/readdir.3am index 4ba5abc7..1cb64cb8 100644 --- a/extension/readdir.3am +++ b/extension/readdir.3am @@ -52,7 +52,7 @@ You can use the extension to call .I stat() in order to get correct type information. -... .SH BUGS +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/readfile.3am b/extension/readfile.3am index 0cb2eb5b..25a73e76 100644 --- a/extension/readfile.3am +++ b/extension/readfile.3am @@ -34,8 +34,8 @@ PROCINFO["readfile"] exists. When activated, each input file is returned in its entirety as \f(CW$0\fR. \f(CWRT\fP is set to the null string. -... .SH NOTES -... .SH BUGS +.\" .SH NOTES +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/revoutput.3am b/extension/revoutput.3am index 8620935b..f6cb22a4 100644 --- a/extension/revoutput.3am +++ b/extension/revoutput.3am @@ -15,7 +15,7 @@ adds a simple output wrapper that reverses the characters in each output line. It's main purpose is to show how to write an output wrapper, although it may be mildy amusing for the unwary. -... .SH BUGS +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/revtwoway.3am b/extension/revtwoway.3am index 3426971e..04c480fb 100644 --- a/extension/revtwoway.3am +++ b/extension/revtwoway.3am @@ -23,7 +23,7 @@ adds a simple two-way processor that reverses the characters in each line sent to it for reading back by the AWK program. It's main purpose is to show how to write a two-way extension, although it may also be mildy amusing. -... .SH BUGS +.\" .SH BUGS .SH "SEE ALSO" .IR "GAWK: Effective AWK Programming" , .IR filefuncs (3am), diff --git a/extension/rwarray.3am b/extension/rwarray.3am index 359d91cd..85ec5808 100644 --- a/extension/rwarray.3am +++ b/extension/rwarray.3am @@ -53,7 +53,7 @@ However, double precision floating-point values are written as native binary data. Thus, arrays containing only string data can theoretically be dumped on systems with one byte order and restored on systems with a different one, but this has not been tried. -... .SH BUGS +.\" .SH BUGS .SH EXAMPLE .ft CW .nf diff --git a/extension/time.3am b/extension/time.3am index aeb59199..00e9d8b3 100644 --- a/extension/time.3am +++ b/extension/time.3am @@ -35,8 +35,8 @@ then it returns \-1 and sets .BR ERRNO . Otherwise, the function should return 0 after sleeping for the indicated amount of time. -... .SH NOTES -... .SH BUGS +.\" .SH NOTES +.\" .SH BUGS .SH EXAMPLE .ft CW .nf |