# HG changeset patch # User Rich Burridge # Date 1460740102 25200 # Node ID 5183fa4a46ce6daa00160a57db066758f72ddba5 # Parent ead8ecaa722e90083274e25b21e1a65e41ead854 23107592 fping man page normalization work 23107618 ftp-proxy man page normalization work 23107696 gamin man page normalization work 23107727 gnutls man page normalization work diff -r ead8ecaa722e -r 5183fa4a46ce components/fping/fping.1m --- a/components/fping/fping.1m Sat Apr 09 14:55:50 2016 -0700 +++ b/components/fping/fping.1m Fri Apr 15 10:08:22 2016 -0700 @@ -324,5 +324,5 @@ .ni .SH SEE ALSO -netstat(1M), ping(1M), ifconfig(1M), rbac(5), privileges(5) +netstat(8), ping(8), ifconfig(8), rbac(7), privileges(7) diff -r ead8ecaa722e -r 5183fa4a46ce components/ftp-proxy/patches/002-smf.patch --- a/components/ftp-proxy/patches/002-smf.patch Sat Apr 09 14:55:50 2016 -0700 +++ b/components/ftp-proxy/patches/002-smf.patch Fri Apr 15 10:08:22 2016 -0700 @@ -133,7 +133,7 @@ +.Sh SOLARIS +.Nm +must be started as an -+.Xr smf 5 ++.Xr smf 7 +service: +.Bd -literal -offset indent +svc:/network/firewall/ftp-proxy @@ -150,7 +150,7 @@ +Properties processed by +.Nm +enable -+.Xr smf_method 5 ++.Xr smf_method 7 +in order to configure the +.Nm +daemon are listed below. @@ -245,7 +245,7 @@ +.Bl -tag -offset 3n -compact +.It Fl c Ar smf-instance +Shows/changes settings kept in -+.Xr smf 5 ++.Xr smf 7 +repository for the specified +.Ar smf-instance +of the @@ -295,7 +295,7 @@ .Sh SEE ALSO -.Xr pf.conf 5 +.Xr pf.conf 5 , -+.Xr smf 5 , ++.Xr smf 7 , +.Xr svccfg (1M) .Sh CAVEATS .Pp @@ -756,7 +756,7 @@ + * X-macro table. + * Columns are as follows: + * value key/index -+ * smf(5) property name name ++ * smf(7) property name name + * member in smf_ftppx_cfg_t structure + * function which converts ASCIIZ to member type in smf_ftppx_cfg_t + * function which converts member in smf_ftppx_cfg_t to ASCIIZ @@ -858,7 +858,7 @@ + +/* + * smf_conv_out -+ * Table of conversion functions, which convert ASCIIZ fetched from smf(5) ++ * Table of conversion functions, which convert ASCIIZ fetched from smf(7) + * repository to member of smf_ftppx_cfg_t structure. + */ +#define X(_const_, _propname_, _decl_, _conv_in_, _conv_out_, _mandatory_, \ @@ -918,7 +918,7 @@ +/* + * nop_in() + * Dummy conversion ASCIIZ to ASCIIZ, no allocation happens. Used when -+ * configuration is from smf(5). ++ * configuration is from smf(7). + */ +static void +nop_in(void *asciiz, void *result) @@ -929,7 +929,7 @@ +/* + * nop_out() + * Dummy conversion ASCIIZ to ASCIIZ, function allocates memory for result by -+ * strdup(3C). Used when configuration is written to smf(5) repository. ++ * strdup(3C). Used when configuration is written to smf(7) repository. + */ +static void +nop_out(void *asciiz, void *val) @@ -964,7 +964,7 @@ +/* + * on_to_one() + * Function converts ASCIIZ value "on" to 1. Anything else yeilds a 0. Used to -+ * read configuration from smf(5). ++ * read configuration from smf(7). + */ +static void +on_to_one(void *asciiz, void *result) @@ -975,7 +975,7 @@ +/* + * one_to_on() + * Function converts 0 to ASCIIZ string "off", anything else than 0 yeilds to -+ * "on". Used when configuration ie being written to smf(5). Function also ++ * "on". Used when configuration ie being written to smf(7). Function also + * allocates memory for resulting string using strdup(3C). + */ +static void @@ -991,7 +991,7 @@ +/* + * str_to_int() + * Function converts integer represented as ASCIIZ to int using atoi(3C). Used -+ * when configuration is read from smf(5). ++ * when configuration is read from smf(7). + */ +static void +str_to_int(void *asciiz, void *result) @@ -1002,7 +1002,7 @@ +/* + * int_to_str() + * Function converts integer number to ASCIIZ using asprintf(3C). Used when -+ * configuration is being stored to smf(5). Memory for results get allocated by ++ * configuration is being stored to smf(7). Memory for results get allocated by + * asprintf(3C). + */ +static void @@ -1014,7 +1014,7 @@ +/* + * str_to_uint() + * Function converts unsigned integer represented as ASCIIZ to int using -+ * atoi(3C). Used when configuration is being read from smf(5) repository. ++ * atoi(3C). Used when configuration is being read from smf(7) repository. + */ +static void +str_to_uint(void *asciiz, void *result) @@ -1025,7 +1025,7 @@ +/* + * uint_to_str() + * Function converts unsigned integer to ASCIIZ using asprintf(3C). Used when -+ * configuration is written to smf(5). Memory for result is allocated by ++ * configuration is written to smf(7). Memory for result is allocated by + * asprintf(3C). + */ +static void @@ -1038,7 +1038,7 @@ + * log_to_int() + * Function encodes ASCIIZ value for log property to numeric code. String + * "all" gets converted to 2, string "on" to 1, anything else yeilds to 0. -+ * It's used when configuration is being read from smf(5) repository. ++ * It's used when configuration is being read from smf(7) repository. + */ +static void +log_to_int(void *asciiz, void *result) @@ -1109,7 +1109,7 @@ +/* + * cfg_to_prop_vec() + * Function converts smf_ftp_cfg global variable, which holds configuration -+ * parsed from command line arguments, to prop_vec, which is a smf(5) friendly ++ * parsed from command line arguments, to prop_vec, which is a smf(7) friendly + * representation of proxy configuration. + * + * Additionally, it populates gen_prop_vec to specify needed authorizations. @@ -1189,7 +1189,7 @@ + +/* + * smf_print_ftpcfg() -+ * Function loads ftpcfg from smf(5) repository and prints configuration to ++ * Function loads ftpcfg from smf(7) repository and prints configuration to + * standard output. We use `scf_simple_prop_get(3SCF)`. + * + * Returns 0 on success, -1 on error.. @@ -1340,7 +1340,7 @@ + +/* + * smf_create_ftp_instance() -+ * Function creates a new instance in smf(5) repository. ++ * Function creates a new instance in smf(7) repository. + */ +static int +smf_create_ftp_instance(const char *smf_instance) @@ -1437,7 +1437,7 @@ + +/* + * smf_write_ftpcfg() -+ * Function writes proxy configuration to smf(5) repostiory. ++ * Function writes proxy configuration to smf(7) repostiory. + */ +int +smf_write_ftpcfg(const char *smf_instance, int create) diff -r ead8ecaa722e -r 5183fa4a46ce components/gamin/Solaris/gam_server.1 --- a/components/gamin/Solaris/gam_server.1 Sat Apr 09 14:55:50 2016 -0700 +++ b/components/gamin/Solaris/gam_server.1 Fri Apr 15 10:08:22 2016 -0700 @@ -21,7 +21,7 @@ .SH "ATTRIBUTES" .PP -See \fBattributes\fR(5) +See \fBattributes\fR(7) for descriptions of the following attributes: .sp @@ -29,7 +29,7 @@ .PP \fBport_create\fR(3C), \fBlibgamin-1\fR(3), -\fBattributes\fR(5) +\fBattributes\fR(7) .PP Gamin Homepage: \fBhttp://www\&.gnome\&.org/~veillard/gamin\fR .SH "NOTES" diff -r ead8ecaa722e -r 5183fa4a46ce components/gamin/Solaris/libgamin-1.3 --- a/components/gamin/Solaris/libgamin-1.3 Sat Apr 09 14:55:50 2016 -0700 +++ b/components/gamin/Solaris/libgamin-1.3 Fri Apr 15 10:08:22 2016 -0700 @@ -8,14 +8,14 @@ .SH "ATTRIBUTES" .PP -See \fBattributes\fR(5) +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .SH "SEE ALSO" .PP \fBgam_server\fR(1), -\fBattributes\fR(5) +\fBattributes\fR(7) .PP Developers want to monitor the changes of a file may use the interfaces exported by FAM project \fBhttp://oss\&.sgi\&.com/projects/fam\fR and link the application to \fBlibgamin-1\fR\&. .PP diff -r ead8ecaa722e -r 5183fa4a46ce components/gnutls/files/libgnutls.3 --- a/components/gnutls/files/libgnutls.3 Sat Apr 09 14:55:50 2016 -0700 +++ b/components/gnutls/files/libgnutls.3 Fri Apr 15 10:08:22 2016 -0700 @@ -16,7 +16,7 @@ Ekiga and Vino depend on it\&. .SH "ATTRIBUTES" .PP -See \fBattributes\fR(5) +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS @@ -33,7 +33,7 @@ \fBlibgnutls-config\fR(1), \fBlibgnutlsxx\fR(3), \fBlibtasn1\fR(3), -\fBattributes\fR(5), +\fBattributes\fR(7), \fBgnome-interfaces\fR(5) .sp .ne 2