Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Use Pq or Po macro for better output rather than pu...
details: https://anonhg.NetBSD.org/src/rev/7f949d8d1a37
branches: trunk
changeset: 765040:7f949d8d1a37
user: enami <enami%NetBSD.org@localhost>
date: Tue May 17 03:35:38 2011 +0000
description:
Use Pq or Po macro for better output rather than putting raw open paren
at the end of line.
diffstat:
lib/libc/gen/vis.3 | 8 ++++----
lib/libc/regex/regex.3 | 8 ++++----
lib/libc/rpc/rpc_clnt_create.3 | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (73 lines):
diff -r e0ee3f6a6053 -r 7f949d8d1a37 lib/libc/gen/vis.3
--- a/lib/libc/gen/vis.3 Tue May 17 01:12:34 2011 +0000
+++ b/lib/libc/gen/vis.3 Tue May 17 03:35:38 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.25 2011/03/13 09:12:35 wiz Exp $
+.\" $NetBSD: vis.3,v 1.26 2011/05/17 03:35:38 enami Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -429,13 +429,13 @@
.Fn strsvisx
functions appeared in
.Nx 1.5 .
-The buffer size limited versions of the functions (
-.Fn nvis ,
+The buffer size limited versions of the functions
+.Po Fn nvis ,
.Fn strnvis ,
.Fn strnvisx ,
.Fn snvis ,
.Fn strsnvis ,
and
-.Fn strsnvisx )
+.Fn strsnvisx Pc
appeared in
.Nx 6.0 .
diff -r e0ee3f6a6053 -r 7f949d8d1a37 lib/libc/regex/regex.3
--- a/lib/libc/regex/regex.3 Tue May 17 01:12:34 2011 +0000
+++ b/lib/libc/regex/regex.3 Tue May 17 03:35:38 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: regex.3,v 1.21 2010/03/22 19:30:54 joerg Exp $
+.\" $NetBSD: regex.3,v 1.22 2011/05/17 03:35:38 enami Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -394,11 +394,11 @@
it should have been the result from the most recent
.Fn regcomp
using that
-.Fa regex_t . (
-.Fn regerror
+.Fa regex_t .
+.Po Fn regerror
may be able to supply a more detailed message using information
from the
-.Fa regex_t . )
+.Fa regex_t . Pc
.Fn regerror
places the NUL-terminated message into the buffer pointed to by
.Fa errbuf ,
diff -r e0ee3f6a6053 -r 7f949d8d1a37 lib/libc/rpc/rpc_clnt_create.3
--- a/lib/libc/rpc/rpc_clnt_create.3 Tue May 17 01:12:34 2011 +0000
+++ b/lib/libc/rpc/rpc_clnt_create.3 Tue May 17 03:35:38 2011 +0000
@@ -2,7 +2,7 @@
.\" Copyright 1989 AT&T
.\" @(#)rpc_clnt_create 1.5 89/07/24 SMI;
.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\" $NetBSD: rpc_clnt_create.3,v 1.11 2009/05/23 18:57:25 christos Exp $
+.\" $NetBSD: rpc_clnt_create.3,v 1.12 2011/05/17 03:35:39 enami Exp $
.Dd May 23, 2009
.Dt RPC_CLNT_CREATE 3
.Os
@@ -84,8 +84,8 @@
Note:
If you set the timeout value to 0
.Fn clnt_control
-immediately returns an error (
-.Dv RPC_TIMEDOUT ) .
+immediately returns an error
+.Pq Dv RPC_TIMEDOUT .
Set the timeout parameter to 0 for batching calls.
.Bl -column CLSET_FD_NCLOSE "struct timeval *" "do not close fd on destroy"
.It Dv CLGET_SVC_ADDR Ta "struct netbuf *" Ta "get servers address"
Home |
Main Index |
Thread Index |
Old Index