components/readline/oracleman-stability
changeset 131 651976f969f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/readline/oracleman-stability	Mon Mar 14 15:30:24 2011 -0700
@@ -0,0 +1,40 @@
+#
+# Oracle nroff can only handle 2-char macro names, so replace longer names
+# (in history.3)
+#
+s/Fn1/F1/g
+s/Fn2/F2/g
+s/Fn3/F3/g
+#
+# Add comment to beginning of file
+#
+1i\
+'\\" t\
+\.\\"\
+\.\\" Modified for Solaris to to add the Solaris stability classification,\
+\.\\" and to add a note about source availability.\
+\.\\"
+#
+# Add ATTRIBUTES AND NOTES sections to end of file
+#
+$a\
+\.\\" Begin Oracle update\
+.SH ATTRIBUTES\
+See\
+.BR attributes (5)\
+for descriptions of the following attributes:\
+.sp\
+.TS\
+box;\
+cbp-1 | cbp-1\
+l | l .\
+ATTRIBUTE TYPE	ATTRIBUTE VALUE\
+=\
+Availability	library/readline \
+=\
+Interface Stability	Uncommitted \
+.TE \
+.PP\
+.SH NOTES\
+Source for readline is available at http://opensolaris.org.\
+\.\\" End Oracle update