diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
commit | 0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch) | |
tree | b1f8223f0d93941122cb0666f5713cfccbf9a879 /lib/libcompat | |
parent | a5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff) |
dispense with some wacky escape sequences;
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.3/rexec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 4ab8faab331..543a69a65f4 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -27,7 +27,7 @@ .\" .\" @(#)rexec.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 26 2010 $ .Dt REXEC 3 .Os .Sh NAME @@ -68,7 +68,7 @@ specifies which well-known .Tn DARPA Internet port to use for the connection; the call -.Ql getservbyname(\\*qexec\\*q, \\*qtcp\\*q) +.Ql getservbyname(\*qexec\*q, \*qtcp\*q) (see .Xr getservent 3 ) will return a pointer to a structure, which contains the |