diff options
Diffstat (limited to 'lib/libcompat/4.3')
-rw-r--r-- | lib/libcompat/4.3/lsearch.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.3/re_comp.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.3/rexec.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3 index fe494f3ac0b7..3e0ba949b374 100644 --- a/lib/libcompat/4.3/lsearch.3 +++ b/lib/libcompat/4.3/lsearch.3 @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm lsearch , -.Nm lfind, +.Nm lfind .Nd linear searching routines .Sh LIBRARY .Lb libcompat diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index 16f75cf60409..10cd0a894bd5 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -91,7 +91,7 @@ and .Fn re_exec may have trailing or embedded newline characters; they are terminated by -.Dv NUL Ns s. +.Dv NUL Ns s . The regular expressions recognized are described in the manual entry for .Xr ed 1 , given the above difference. diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 6101d1aebc85..baa460102cd2 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -74,7 +74,7 @@ specifies which well-known .Tn DARPA Internet port to use for the connection; the call -.Ql getservbyname(\\*qexec\\*q, \\*qtcp\\*q) +.Fn getservbyname \*qexec\*q \*qtcp\*q (see .Xr getservent 3 ) will return a pointer to a structure, which contains the |