Skip to content

Commit

Permalink
doc/flux_kvs_lookup(3): rename getf->unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jul 10, 2017
1 parent 7a59768 commit 0855a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/man3/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MAN3_FILES_SECONDARY = \
flux_rpc_get_raw.3 \
flux_kvs_lookupat.3 \
flux_kvs_lookup_get.3 \
flux_kvs_lookup_getf.3
flux_kvs_lookup_unpack.3

ADOC_FILES = $(MAN3_FILES_PRIMARY:%.3=%.adoc)
XML_FILES = $(MAN3_FILES_PRIMARY:%.3=%.xml)
Expand Down
6 changes: 3 additions & 3 deletions doc/man3/flux_kvs_lookup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flux_kvs_lookup(3)

NAME
----
flux_kvs_lookup, flux_kvs_lookupat, flux_kvs_lookup_get, flux_kvs_lookup_getf - look up KVS key
flux_kvs_lookup, flux_kvs_lookupat, flux_kvs_lookup_get, flux_kvs_lookup_unpack - look up KVS key


SYNOPSIS
Expand All @@ -19,7 +19,7 @@ SYNOPSIS

int flux_kvs_lookup_get (flux_future_t *f, const char **json_str);

int flux_kvs_lookup_getf (flux_future_t *f, const char *fmt, ...);
int flux_kvs_lookup_unpack (flux_future_t *f, const char *fmt, ...);


DESCRIPTION
Expand All @@ -44,7 +44,7 @@ response(s) if needed, parsing the result, and returning the requested
value in _json_str_. _buf_ is valid until `flux_future_destroy()` is called.
_json_str_ may be a JSON object, array, or bare value.
`flux_kvs_lookup_getf()` is identical to `flux_kvs_lookup_get()` except
`flux_kvs_lookup_unpack()` is identical to `flux_kvs_lookup_get()` except
the returned JSON is parsed according to variable arguments in Jansson
`json_unpack()` format.
Expand Down

0 comments on commit 0855a90

Please sign in to comment.