diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-19 18:42:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-19 18:42:03 +0200 |
commit | f87d6877cb3675169ae8f611505781a92080e3c1 (patch) | |
tree | d6b4a263b8fb19713ca3a1fb09bbc80d92a63118 /doc/man | |
parent | m (diff) | |
download | libcoopgamma-f87d6877cb3675169ae8f611505781a92080e3c1.tar.gz libcoopgamma-f87d6877cb3675169ae8f611505781a92080e3c1.tar.bz2 libcoopgamma-f87d6877cb3675169ae8f611505781a92080e3c1.tar.xz |
Some advice
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/libcoopgamma_get_method_and_site.3 | 4 | ||||
-rw-r--r-- | doc/man/libcoopgamma_get_methods.3 | 4 | ||||
-rw-r--r-- | doc/man/libcoopgamma_get_pid_file.3 | 4 | ||||
-rw-r--r-- | doc/man/libcoopgamma_get_socket_file.3 | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/doc/man/libcoopgamma_get_method_and_site.3 b/doc/man/libcoopgamma_get_method_and_site.3 index dffda7b..9af6cb8 100644 --- a/doc/man/libcoopgamma_get_method_and_site.3 +++ b/doc/man/libcoopgamma_get_method_and_site.3 @@ -12,6 +12,10 @@ int libcoopgamma_get_method_and_site(const char *restrict \fImethod\fP, const ch Link with .IR -lcoopgamma . .SH "DESCRIPTION" +Newcomers need not concern themselves with the +.BR libcoopgamma_get_method_and_site () +function. +.P The .BR libcoopgamma_get_method_and_site () function consults diff --git a/doc/man/libcoopgamma_get_methods.3 b/doc/man/libcoopgamma_get_methods.3 index 0838e95..63580b5 100644 --- a/doc/man/libcoopgamma_get_methods.3 +++ b/doc/man/libcoopgamma_get_methods.3 @@ -11,6 +11,10 @@ char **libcoopgamma_get_methods(void); Link with .IR -lcoopgamma . .SH "DESCRIPTION" +Newcomers are advices to postpone learning the +.BR libcoopgamma_get_methods () +function until they have a functional program. +.P The .BR libcoopgamma_get_methods () function consults diff --git a/doc/man/libcoopgamma_get_pid_file.3 b/doc/man/libcoopgamma_get_pid_file.3 index 1d7dc8e..4dd4960 100644 --- a/doc/man/libcoopgamma_get_pid_file.3 +++ b/doc/man/libcoopgamma_get_pid_file.3 @@ -11,6 +11,10 @@ char *libcoopgamma_get_pid_file(const char *restrict \fImethod\fP, const char *r Link with .IR -lcoopgamma . .SH "DESCRIPTION" +Newcomers need not concern themselves with the +.BR libcoopgamma_get_pid_file () +function. +.P The .BR libcoopgamma_get_pid_file () function consults diff --git a/doc/man/libcoopgamma_get_socket_file.3 b/doc/man/libcoopgamma_get_socket_file.3 index c9a84a7..d016f49 100644 --- a/doc/man/libcoopgamma_get_socket_file.3 +++ b/doc/man/libcoopgamma_get_socket_file.3 @@ -11,6 +11,10 @@ char *libcoopgamma_get_socket_file(const char *restrict \fImethod\fP, const char Link with .IR -lcoopgamma . .SH "DESCRIPTION" +Newcomers need not concern themselves with the +.BR libcoopgamma_get_socket_file () +function. +.P The .BR libcoopgamma_get_socket_file () function consults |