Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Use .Sq instead of a dangling .So



details:   https://anonhg.NetBSD.org/src/rev/9710ca605a4e
branches:  trunk
changeset: 990465:9710ca605a4e
user:      kim <kim%NetBSD.org@localhost>
date:      Thu Oct 28 09:51:39 2021 +0000

description:
Use .Sq instead of a dangling .So

diffstat:

 lib/libc/stdio/mktemp.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r c6eae73c4958 -r 9710ca605a4e lib/libc/stdio/mktemp.3
--- a/lib/libc/stdio/mktemp.3   Thu Oct 28 09:15:35 2021 +0000
+++ b/lib/libc/stdio/mktemp.3   Thu Oct 28 09:51:39 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mktemp.3,v 1.31 2021/07/25 08:52:03 simonb Exp $
+.\"    $NetBSD: mktemp.3,v 1.32 2021/10/28 09:51:39 kim Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -66,24 +66,24 @@
 This file name is unique and suitable for use
 by the application.
 The template may be any file name with some number of
-.So Li X
+.Sq Li X
 characters appended to it, for example
 .Pa /tmp/temp.XXXXXX .
 The trailing
-.So Li X
+.Sq Li X
 characters in the template are replaced with a unique letter and number
 combination.
 .Fn mktemp
 can return depends on the number of
-.So Li X
+.Sq Li X
 characters provided.
 Although the
 .Nx
 implementation of the functions will accept any number of trailing
-.So Li X
+.Sq Li X
 characters, for portability reasons one should use only six.
 Using six
-.So Li X
+.Sq Li X
 characters will result in
 .Fn mktemp
 testing roughly 62 ** 6 (56800235584) combinations.



Home | Main Index | Thread Index | Old Index