[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gawk] [PATCH] Use .\" instead of ... as man page comment syntax to
From: |
Ville Skyttä |
Subject: |
[bug-gawk] [PATCH] Use .\" instead of ... as man page comment syntax to fix warnings |
Date: |
Sat, 7 Nov 2015 10:53:14 +0200 |
---
extension/fnmatch.3am | 2 +-
extension/fork.3am | 2 +-
extension/inplace.3am | 2 +-
extension/ordchr.3am | 4 ++--
extension/readdir.3am | 2 +-
extension/readfile.3am | 4 ++--
extension/revoutput.3am | 2 +-
extension/revtwoway.3am | 2 +-
extension/rwarray.3am | 2 +-
extension/time.3am | 4 ++--
10 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am
index e2e8391..ed4f367 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 c87dada..9933d19 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 a045fe6..b771748 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 a2b712f..1b19938 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 4ba5abc..1cb64cb 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 0cb2eb5..25a73e7 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 8620935..f6cb22a 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 3426971..04c480f 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 359d91c..85ec580 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 aeb5919..00e9d8b 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
--
2.4.3
- [bug-gawk] [PATCH] Use .\" instead of ... as man page comment syntax to fix warnings,
Ville Skyttä <=