diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-17 14:26:53 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-27 09:36:23 +0100 |
| commit | 0978f70669f76f75542ce7700d0d49bc50ded805 (patch) | |
| tree | 61c13d15b2efbdf395f71a08bd69a000169cfc11 | |
| parent | 5834768eaf231d0a440ba7e9f96dbc8831c4d8d7 (diff) | |
| download | man-pages-0978f70669f76f75542ce7700d0d49bc50ded805.tar.gz | |
add_key.2: srcfix: Update FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/add_key.2 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man2/add_key.2 b/man2/add_key.2 index 76a627d37f..8de8412cd6 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -47,15 +47,16 @@ already contains a key that matches the specified and .IR description , then, if the key type supports it, -.\" FIXME Which key types support this? +.\" FIXME The aforementioned phrases begs the question: +.\" which key types support this? that key will be updated rather than a new key being created; if not, a new key (with a different ID) will be created and it will displace the link to the extant key from the keyring. .\" FIXME Perhaps elaborate the implications here? Namely, the new .\" key will have a new ID, and if the old key was a keyring that -.\" is consequently unlinked, then keys that it was anchrorin -.\" will have their refgerence count decreased by one (and ma -.\" consequently be garbage collected). +.\" is consequently unlinked, then keys that it was anchroring +.\" will have their reference count decreased by one (and may +.\" consequently be garbage collected). Is this all correct? .P The destination .I keyring @@ -63,7 +64,7 @@ serial number may be that of a valid keyring for which the caller has .I write permission. Alternatively, it may be one of the following special keyring IDs: -.\" FIXME Perhaps have a separate page describing special keyring IDs? +.\" FIXME . Perhaps have a separate page describing special keyring IDs? .TP .B KEY_SPEC_THREAD_KEYRING This specifies the caller's thread-specific keyring |
