Use Pq or Po macro for better output rather than putting raw open paren

at the end of line.
This commit is contained in:
enami 2011-05-17 03:35:38 +00:00
parent 6bbebf8328
commit bde048cc49
3 changed files with 11 additions and 11 deletions

View File

@ -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 @@ and
.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 .

View File

@ -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 @@ and if the error code came from
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 ,

View File

@ -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 @@ is ignored in all subsequent calls.
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"