X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_field_validation.3x;h=2f78fa45ba3c7f151ab182ab17cd5aa7472f7202;hp=5f78748bd0fac8e740a936dc3e43481e1bd95e89;hb=b60a2772d9f149d8e900c1d5a09a53a56a0837a8;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/man/form_field_validation.3x b/man/form_field_validation.3x index 5f78748b..2f78fa45 100644 --- a/man/form_field_validation.3x +++ b/man/form_field_validation.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,8 +26,12 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_field_validation.3x,v 1.23 2018/07/28 21:18:11 tom Exp $ +.\" $Id: form_field_validation.3x,v 1.24 2019/01/20 20:31:42 tom Exp $ .TH form_field_validation 3X "" +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 @@ -101,10 +105,10 @@ and a fifth \fBlong\fR constraining maximum value. If the maximum value is less than or equal to the minimum value, the range is simply ignored. On return, the field buffer is formatted according to the -\fBprintf\fR format specification ".*ld", where the '*' is replaced by the -precision argument. +\fBprintf\fR format specification \*(``.*ld\*('', +where the \*(``*\*('' is replaced by the precision argument. .IP -For details of the precision handling see \fBprintf's\fR man-page. +For details of the precision handling see \fBprintf\fR(3). .RE .TP 5 TYPE_NUMERIC @@ -123,10 +127,10 @@ If the maximum value is less than or equal to the minimum value, the range is simply ignored. .IP On return, the field buffer is formatted according to the -\fBprintf\fR format specification ".*f", where the '*' is replaced by the -precision argument. +\fBprintf\fR format specification \*(``.*f\*('', +where the \*(``*\*('' is replaced by the precision argument. .IP -For details of the precision handling see \fBprintf's\fR man-page. +For details of the precision handling see \fBprintf\fR(3). .RE .TP 5 TYPE_REGEXP @@ -168,7 +172,7 @@ The function \fBset_field_type\fR returns one of the following: The routine succeeded. .TP 5 .B E_SYSTEM_ERROR -System error occurred (see \fBerrno\fR). +System error occurred (see \fBerrno\fR(3)). .SH SEE ALSO \fBcurses\fR(3X), \fBform\fR(3X),