~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/revoutput.3am

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH REVOUTPUT 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension Modules"
 
1
.TH REVOUTPUT 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension Modules"
2
2
.SH NAME
3
3
revoutput \- Reverse output strings sample extension
4
4
.SH SYNOPSIS
14
14
adds a simple output wrapper that reverses the characters in each output
15
15
line.
16
16
It's main purpose is to show how to write an output wrapper, although
17
 
it may be mildly amusing for the unwary.
18
 
.\" .SH BUGS
 
17
it may be mildy amusing for the unwary.
 
18
... .SH BUGS
19
19
.SH EXAMPLE
20
20
.ft CW
21
21
.nf
35
35
dlrow ,olleh
36
36
.fi
37
37
.ft R
38
 
.SH BUGS
39
 
This extension does not affect the default standard output.
40
38
.SH "SEE ALSO"
41
39
.IR "GAWK: Effective AWK Programming" ,
42
40
.IR filefuncs (3am),
52
50
Arnold Robbins,
53
51
.BR arnold@skeeve.com .
54
52
.SH COPYING PERMISSIONS
55
 
Copyright \(co 2012, 2013, 2018,
 
53
Copyright \(co 2012, 2013,
56
54
Free Software Foundation, Inc.
57
55
.PP
58
56
Permission is granted to make and distribute verbatim copies of
74
72
manual page into another language, under the above conditions for
75
73
modified versions, except that this permission notice may be stated in
76
74
a translation approved by the Foundation.
77
 
.\" vim: set filetype=nroff :