diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
commit | 01548ace1533487f9c0488f55112c9d8641f8184 (patch) | |
tree | 23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libcompat | |
parent | 47f5e31e2bb626743fa9e912918201fe505b1419 (diff) | |
download | FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.3/rexec.3 | 3 | ||||
-rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 4f25ca8..5faf8ea 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 4b823b2..72811d5 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 d4db21a..f6dad10 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. |