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/atol.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/atol.3')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index 171ce12b626..c80f61f754b 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atol.3,v 1.9 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: atol.3,v 1.10 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOL 3 .Os .Sh NAME .Nm atol -.Nd convert -.Tn ASCII -string to long integer +.Nd convert ASCII string to long integer .Sh SYNOPSIS .In stdlib.h .Ft long |