From 43457588767caedd16dbf19162de0a6a435dfeda Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 7 Aug 2001 15:48:51 +0000 Subject: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. --- usr.sbin/setkey/setkey.8 | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'usr.sbin/setkey/setkey.8') diff --git a/usr.sbin/setkey/setkey.8 b/usr.sbin/setkey/setkey.8 index 0fedfe7..b7d6c07 100644 --- a/usr.sbin/setkey/setkey.8 +++ b/usr.sbin/setkey/setkey.8 @@ -61,16 +61,12 @@ as well as Security Policy Database (SPD) entries in the kernel. .Pp .Nm takes a series of operations from the standard input -.Po -if invoked with -.Fl c -.Pc +(if invoked with +.Fl c ) or the file named .Ar filename -.Po -if invoked with -.Fl f Ar filename -.Pc . +(if invoked with +.Fl f Ar filename ) . .Bl -tag -width Ds .It Fl D Dump the SAD entries. @@ -228,11 +224,9 @@ IPCOMP Security Parameter Index (SPI) for the SAD and the SPD. It must be decimal number or hexadecimal number You can not use the set of SPI values in the range 0 through 255. -.Po -with +(with .Li 0x -attached -.Pc . +attached). .\" .Pp .It Ar extensions @@ -302,7 +296,7 @@ If is not specified with .Li ipcomp line, the kernel will use well-known IPComp CPI -.Pq compression parameter index +(compression parameter index) on IPComp CPI field on packets, and .Ar spi field will be ignored. @@ -403,7 +397,7 @@ NOTE: .Ar upperspec does not work against forwarding case at this moment, as it requires extra reassembly at forwarding node -.Pq not implemented at this moment . +(not implemented at this moment). We have many protocols in .Pa /etc/protocols , but protocols except of TCP, UDP and ICMP may not be suitable to use with IPSec. -- cgit v1.1