Browse Source

no longer any need to quote macro lines with >9 args;

From: Jan Stary
OPENBSD_5_5
jmc 11 years ago
parent
commit
002e0f6e70
4 changed files with 12 additions and 12 deletions
  1. +3
    -3
      src/lib/libc/stdlib/strtol.3
  2. +3
    -3
      src/lib/libc/stdlib/strtonum.3
  3. +3
    -3
      src/lib/libc/stdlib/strtoul.3
  4. +3
    -3
      src/usr.sbin/ntpd/ntpd.8

+ 3
- 3
src/lib/libc/stdlib/strtol.3 View File

@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: strtol.3,v 1.23 2013/06/05 03:39:23 tedu Exp $
.\" $OpenBSD: strtol.3,v 1.24 2013/08/14 06:32:28 jmc Exp $
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: August 14 2013 $
.Dt STRTOL 3
.Os
.Sh NAME
@ -39,7 +39,7 @@
.Nm strtoll ,
.Nm strtoimax ,
.Nm strtoq ,
.Nd "convert string value to a long, long long or intmax_t integer"
.Nd convert string value to a long, long long or intmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h


+ 3
- 3
src/lib/libc/stdlib/strtonum.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: strtonum.3,v 1.16 2013/06/05 03:39:23 tedu Exp $
.\" $OpenBSD: strtonum.3,v 1.17 2013/08/14 06:32:28 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: August 14 2013 $
.Dt STRTONUM 3
.Os
.Sh NAME
.Nm strtonum
.Nd "reliably convert string value to an integer"
.Nd reliably convert string value to an integer
.Sh SYNOPSIS
.In stdlib.h
.Ft long long


+ 3
- 3
src/lib/libc/stdlib/strtoul.3 View File

@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: strtoul.3,v 1.21 2013/06/05 03:39:23 tedu Exp $
.\" $OpenBSD: strtoul.3,v 1.22 2013/08/14 06:32:28 jmc Exp $
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: August 14 2013 $
.Dt STRTOUL 3
.Os
.Sh NAME
@ -39,7 +39,7 @@
.Nm strtoull ,
.Nm strtoumax ,
.Nm strtouq
.Nd "convert a string to an unsigned long, unsigned long long or uintmax_t integer"
.Nd convert a string to an unsigned long, unsigned long long or uintmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h


+ 3
- 3
src/usr.sbin/ntpd/ntpd.8 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ntpd.8,v 1.34 2012/09/26 16:19:45 jmc Exp $
.\" $OpenBSD: ntpd.8,v 1.35 2013/08/14 06:32:37 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org>
.\"
@ -14,12 +14,12 @@
.\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: September 26 2012 $
.Dd $Mdocdate: August 14 2013 $
.Dt NTPD 8
.Os
.Sh NAME
.Nm ntpd
.Nd "Network Time Protocol daemon"
.Nd Network Time Protocol daemon
.Sh SYNOPSIS
.Nm ntpd
.Bk -words


Loading…
Cancel
Save