summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit1a0a934547909744a6a2fa4cfd5b795ec6394f05 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libcompat
parente37a7c5f5a689c6f1994a879f5fa86066b7aac82 (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.3/rexec.33
-rw-r--r--lib/libcompat/4.4/cuserid.36
-rw-r--r--lib/libcompat/regexp/regexp.32
3 files changed, 7 insertions, 4 deletions
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3
index 4f25ca850dbf..5faf8eae5a04 100644
--- a/lib/libcompat/4.3/rexec.3
+++ b/lib/libcompat/4.3/rexec.3
@@ -101,7 +101,8 @@ output from the command (unit 2) on this channel, and will also
accept bytes on this channel as being
.Ux
signal numbers, to be
-forwarded to the process group of the command. The diagnostic
+forwarded to the process group of the command.
+The diagnostic
information returned does not include remote authorization failure,
as the secondary connection is set up after authorization has been
verified.
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 4b823b25bbed..72811d5196d6 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -54,10 +54,12 @@ function is made obsolete by
The function
.Fn cuserid
gets the user name associated with the effective UID of the current
-process. If the argument
+process.
+If the argument
.Fa s
is non-NULL, the name is copied to the buffer it points to,
-and that address is being returned. This buffer must provide space
+and that address is being returned.
+This buffer must provide space
for at least
.Em L_cuserid
characters.
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index d4db21a57156..f6dad1050a51 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -228,7 +228,7 @@ If two characters in the sequence are separated by `\-', this is shorthand
for the full list of
.Tn ASCII
characters between them
-(e.g. `[0-9]' matches any decimal digit).
+(e.g.\& `[0-9]' matches any decimal digit).
To include a literal `]' in the sequence, make it the first character
(following a possible `^').
To include a literal `\-', make it the first or last character.