$
.RB $\~ "export TZ=Europe/Madrid" ;
$
-.RB $\~ "./a.out 2147483647 2147483647 00 00 00 00 -1" ;
+.RB $\~ "./a.out 2147483647 2147483647 00 00 00 00 \-1" ;
a.out: mktime: Value too large for defined data type
$
.RB $\~ "./a.out 2024 08 23 00 17 53 \-1" ;
returns 12.
.P
The call
-.I fmod(-372, 360)
-returns -12.
+.I fmod(\-372, 360)
+returns \-12.
.P
The call
-.I fmod(-372, -360)
-also returns -12.
+.I fmod(\-372, \-360)
+also returns \-12.
.SH SEE ALSO
.BR remainder (3)
if (argc > optind)
usage(argv[0], "Extraneous command\-line arguments\[rs]n");
\&
- if (stack_size != -1 || guard_size > 0) {
+ if (stack_size != \-1 || guard_size > 0) {
ret_attrp = attrp;
\&
s = pthread_attr_init(attrp);
errc(EXIT_FAILURE, s, "pthread_attr_init");
}
\&
- if (stack_size != -1) {
+ if (stack_size != \-1) {
if (!allocate_stack) {
s = pthread_attr_setstacksize(attrp, stack_size);
if (s != 0)
}
}
\&
- if (guard_size != -1) {
+ if (guard_size != \-1) {
s = pthread_attr_setguardsize(attrp, guard_size);
if (s != 0)
errc(EXIT_FAILURE, s, "pthread_attr_setstacksize");
where the strings are expected to be in ASCII.
This is different from the ordering produced by
.BR sort (1)
-.BR -V .
+.BR \-V .
.\" sort -V sorts a-1.0a < a-1.0.1a; strverscmp() does not
.P
What this function does is the following.
\&
if (size == 0) {
errno = EOVERFLOW;
- return -1;
+ return \-1;
}
\&
len = vsnprintf(buf, size, fmt, args);
if (len >= size) {
errno = E2BIG;
- return -1;
+ return \-1;
}
\&
return len;
A request from a client which hits the entry will
reset the reload counter on the entry.
Purging the cache using
-.I nscd\~-i
+.I nscd\~\-i
overrides the reload logic and removes the entry.
.P
Reloading has the effect of extending cache entry TTLs
with a
.I reload
command which uses
-.I nscd\~-i
+.I nscd\~\-i
to purge the cache.
That use of the word "reload" is entirely different
from the "reloading" described here.
.P
.in +4n
.EX
-BROWSER=firefox man -H pagename
+BROWSER=firefox man \-H pagename
.EE
.in
.SS Use of e.g., i.e., etc., a.k.a., and similar