Module Name:    src
Committed By:   enami
Date:           Tue May 17 03:35:39 UTC 2011

Modified Files:
        src/lib/libc/gen: vis.3
        src/lib/libc/regex: regex.3
        src/lib/libc/rpc: rpc_clnt_create.3

Log Message:
Use Pq or Po macro for better output rather than putting raw open paren
at the end of line.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/vis.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/regex/regex.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/rpc_clnt_create.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/vis.3
diff -u src/lib/libc/gen/vis.3:1.25 src/lib/libc/gen/vis.3:1.26
--- src/lib/libc/gen/vis.3:1.25	Sun Mar 13 09:12:35 2011
+++ src/lib/libc/gen/vis.3	Tue May 17 03:35:38 2011
@@ -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 .

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.21 src/lib/libc/regex/regex.3:1.22
--- src/lib/libc/regex/regex.3:1.21	Mon Mar 22 19:30:54 2010
+++ src/lib/libc/regex/regex.3	Tue May 17 03:35:38 2011
@@ -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 ,

Index: src/lib/libc/rpc/rpc_clnt_create.3
diff -u src/lib/libc/rpc/rpc_clnt_create.3:1.11 src/lib/libc/rpc/rpc_clnt_create.3:1.12
--- src/lib/libc/rpc/rpc_clnt_create.3:1.11	Sat May 23 18:57:25 2009
+++ src/lib/libc/rpc/rpc_clnt_create.3	Tue May 17 03:35:39 2011
@@ -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"

Reply via email to