diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
tree | aa7324a24491215cb462cf95382795f1649d10b6 /lib/libcompat | |
parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) |
mdoc(7) police: split punctuation characters + misc fixes.
Notes
Notes:
svn path=/head/; revision=71895
Diffstat (limited to 'lib/libcompat')
-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 |