summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/getprogname.3c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-11-29 13:29:29 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-11-29 13:29:29 +0000
commit62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4 (patch)
tree9552e1b828889c9cf8bc6df62c89ade3a1659ae8 /usr/src/man/man3c/getprogname.3c
parentd34c3f35352d3d27e8f1c35be3da4cb32b1486db (diff)
parentf27dfbe1ab97352a1070fc81db8c8acaa338079a (diff)
downloadillumos-joyent-62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4.tar.gz
[illumos-gate merge]
commit f27dfbe1ab97352a1070fc81db8c8acaa338079a 8797 loader: Support URI scheme for root-path in netbooting commit 61d32c33314163cd44fd93c77f2606de94baee81 8762 syslogd: variable 'prev' set but not used commit c5bab7026b8e0ac44b25ee08507ea360f177d844 8861 more manpage spelling errors
Diffstat (limited to 'usr/src/man/man3c/getprogname.3c')
-rw-r--r--usr/src/man/man3c/getprogname.3c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/getprogname.3c b/usr/src/man/man3c/getprogname.3c
index 3825dd91d9..df83b3d2ae 100644
--- a/usr/src/man/man3c/getprogname.3c
+++ b/usr/src/man/man3c/getprogname.3c
@@ -11,7 +11,7 @@
.\"
.\" Copyright (c) 2014, Joyent, Inc.
.\"
-.Dd "Dec 22, 2014"
+.Dd "Nov 26, 2017"
.Dt GETPROGNAME 3C
.Os
.Sh NAME
@@ -45,7 +45,7 @@ The
function is used to change the program name to another value.
The argument
.Fa progname
-must contain a null terminatd character string, whose last component
+must contain a null terminated character string, whose last component
which will become the new program name.
.Sh RETURN VALUES
The