diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libcompat | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.1/cftime.3 | 14 | ||||
| -rw-r--r-- | lib/libcompat/4.1/ftime.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/4.1/getpw.3 | 2 | ||||
| -rw-r--r-- | lib/libcompat/4.1/stty.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/4.3/insque.3 | 8 | ||||
| -rw-r--r-- | lib/libcompat/4.3/lsearch.3 | 2 | ||||
| -rw-r--r-- | lib/libcompat/4.3/re_comp.3 | 10 | ||||
| -rw-r--r-- | lib/libcompat/4.3/rexec.3 | 10 | ||||
| -rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 10 |
9 files changed, 32 insertions, 32 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index ed771e204276a..fd4e0668e8660 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -1,10 +1,10 @@ -.\" +.\" .\" Copyright (c) 1994, 1995 Joerg Wunsch -.\" +.\" .\" All rights reserved. -.\" +.\" .\" This program is free software. -.\" +.\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: @@ -19,7 +19,7 @@ .\" 4. The name of the developer may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. @@ -30,8 +30,8 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" +.\" +.\" .\" $FreeBSD$ .\" .Dd June 15, 1993 diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index 4896fa0353793..63da0ce8e4e3a 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/timeb.h> -.Ft int +.Ft int .Fn ftime "struct timeb *tp" .Sh DESCRIPTION .Bf -symbolic @@ -81,5 +81,5 @@ Daylight Saving time applies locally during the appropriate part of the year. .Sh HISTORY The .Nm -function appeared in +function appeared in .Bx 4.2 . diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3 index d270e3c7689b3..618da44a928cb 100644 --- a/lib/libcompat/4.1/getpw.3 +++ b/lib/libcompat/4.1/getpw.3 @@ -65,7 +65,7 @@ character. .Sh RETURN VALUES The .Fn getpw -function returns the zero if successful, otherwise +function returns the zero if successful, otherwise a non-zero if the entry does not exist. .Sh FILES .Bl -tag -width /etc/passwd -compact diff --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3 index 95b6589e79ce9..dddb93c2956b5 100644 --- a/lib/libcompat/4.1/stty.3 +++ b/lib/libcompat/4.1/stty.3 @@ -75,7 +75,7 @@ the .Fn gtty call is .Ql ioctl(fd, TIOCGETP, buf) . -See +See .Xr ioctl 2 and .Xr tty 4 @@ -93,5 +93,5 @@ The .Fn stty and .Fn gtty -functions appeared in +functions appeared in .Bx 4.2 . diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3 index 29ea3f425311e..2744daec02ab3 100644 --- a/lib/libcompat/4.3/insque.3 +++ b/lib/libcompat/4.3/insque.3 @@ -61,7 +61,7 @@ The insque and remque functions are considered obsolete. .Pp The .Fn insque -and +and .Fn remque functions manipulate queues built from doubly linked lists. Each @@ -69,9 +69,9 @@ element in the queue must be in the form of .Dq Li struct qelem . The function .Fn insque -inserts +inserts .Fa elem -in a queue immediately after +in a queue immediately after .Fa pred ; .Fn remque removes an entry @@ -85,5 +85,5 @@ The .Fn insque and .Fn remque -functions appeared in +functions appeared in .Bx 4.2 . diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3 index 3e0ba949b374a..40b2c3e834cc7 100644 --- a/lib/libcompat/4.3/lsearch.3 +++ b/lib/libcompat/4.3/lsearch.3 @@ -73,7 +73,7 @@ is a comparison routine which is used to compare two elements. It takes two arguments which point to the .Fa key object and to an array member, in that order, and must return an integer -less than, equivalent to, or greater than zero if the +less than, equivalent to, or greater than zero if the .Fa key object is considered, respectively, to be less than, equal to, or greater than the array member. diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index 10cd0a894bd5e..c4830b06fb12a 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -56,7 +56,7 @@ This interface is made obsolete by The .Fn re_comp function -compiles a string into an internal form suitable for pattern matching. +compiles a string into an internal form suitable for pattern matching. The .Fn re_exec function @@ -70,7 +70,7 @@ returns 0 if the string .Fa s was compiled successfully; otherwise a string containing an error message is returned. -If +If .Fn re_comp is passed 0 or a null string, it returns without changing the currently compiled regular expression. @@ -89,10 +89,10 @@ The strings passed to both .Fn re_comp and .Fn re_exec -may have trailing or embedded newline characters; +may have trailing or embedded newline characters; they are terminated by .Dv NUL Ns s . -The regular expressions recognized are described in the manual entry for +The regular expressions recognized are described in the manual entry for .Xr ed 1 , given the above difference. .Sh DIAGNOSTICS @@ -125,5 +125,5 @@ The .Fn re_comp and .Fn re_exec -functions appeared in +functions appeared in .Bx 4.0 . diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index a1b2a89ace37c..737c976f1abc4 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -45,7 +45,7 @@ .Fn rexec "char **ahost" "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by +This interface is obsoleted by .Xr rcmd 3 . .Ef .Pp @@ -75,7 +75,7 @@ specifies which well-known Internet port to use for the connection; the call .Fn getservbyname \*qexec\*q \*qtcp\*q -(see +(see .Xr getservent 3 ) will return a pointer to a structure, which contains the necessary port. @@ -107,10 +107,10 @@ as the secondary connection is set up after authorization has been verified. If .Fa fd2p -is 0, then the +is 0, then the .Em stderr (unit 2 of the remote -command) will be made the same as the +command) will be made the same as the .Em stdout and no provision is made for sending arbitrary signals to the remote process, @@ -121,7 +121,7 @@ although you may be able to get its attention by using out-of-band data. .Sh HISTORY The .Fn rexec -function appeared in +function appeared in .Bx 4.2 . .Sh BUGS The diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 5ee320785c727..5ac7e3465b46b 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -1,8 +1,8 @@ -.\" +.\" .\" Copyright (c) 1995 Joerg Wunsch -.\" +.\" .\" All rights reserved. -.\" +.\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: @@ -17,7 +17,7 @@ .\" 4. The name of the developer may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. @@ -28,7 +28,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" +.\" .\" $FreeBSD$ .\" .Dd April 10, 1995 |
