diff options
author | 2015-09-10 15:16:43 +0000 | |
---|---|---|
committer | 2015-09-10 15:16:43 +0000 | |
commit | e34c05504d9eac9cd176f1574709fe9862b5ebf5 (patch) | |
tree | 9ca3f06fdd1777928282b6558ec4533c7a321f15 /lib/libc/stdlib/atoi.3 | |
parent | if_put after if_get. (diff) | |
download | wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.tar.xz wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.zip |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'lib/libc/stdlib/atoi.3')
-rw-r--r-- | lib/libc/stdlib/atoi.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3 index fd5c720e02a..0cd90ccffb9 100644 --- a/lib/libc/stdlib/atoi.3 +++ b/lib/libc/stdlib/atoi.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoi.3,v 1.11 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: atoi.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOI 3 .Os .Sh NAME .Nm atoi -.Nd convert -.Tn ASCII -string to integer +.Nd convert ASCII string to integer .Sh SYNOPSIS .In stdlib.h .Ft int |