diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-27 13:16:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-27 13:16:47 +0200 |
commit | 3edaabf4f53cf820b0fbbed1f2f0c9281b900343 (patch) | |
tree | 5bcb2c5ca16a37cea13b53793adb86733525ed9b /man | |
parent | memdup, aligned_memdup: allocate with size 1 if n is 0 (diff) | |
download | libsimple-3edaabf4f53cf820b0fbbed1f2f0c9281b900343.tar.gz libsimple-3edaabf4f53cf820b0fbbed1f2f0c9281b900343.tar.bz2 libsimple-3edaabf4f53cf820b0fbbed1f2f0c9281b900343.tar.xz |
m fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man')
-rw-r--r-- | man/libsimple_vputenvf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_vputenvf.3 b/man/libsimple_vputenvf.3 index db6858e..479ac33 100644 --- a/man/libsimple_vputenvf.3 +++ b/man/libsimple_vputenvf.3 @@ -69,7 +69,7 @@ function that call the .BR libsimple_enprintf (3) function on failure, causing the process to print an error message and exit. See -.BR libsimple_enprintf () +.BR libsimple_enprintf (3) for more information. .PP The @@ -89,7 +89,7 @@ Modifications made to the environment do not become visible to other process until the process image is changed. .SH RETURN VALUE -Upon successful completion, the +Upon successful completion, the .BR libsimple_vputenvf () and .BR libsimple_putenvf () |