diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
| commit | 75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch) | |
| tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libcompat | |
| parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.1/ftime.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/4.1/vtimes.3 | 2 | ||||
| -rw-r--r-- | lib/libcompat/4.3/re_comp.3 | 2 | ||||
| -rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/regexp/regexp.3 | 2 | 
5 files changed, 7 insertions, 7 deletions
| diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index c1e9c3a0dc82..097eaa6c0474 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -75,8 +75,8 @@ Daylight Saving time applies locally during the appropriate part of the year.  .Sh SEE ALSO  .Xr gettimeofday 2 ,  .Xr settimeofday 2 , -.Xr time 3 , -.Xr ctime 3 +.Xr ctime 3 , +.Xr time 3  .Sh HISTORY  The  .Nm diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3 index 3edb7413366e..6eeee646a53a 100644 --- a/lib/libcompat/4.1/vtimes.3 +++ b/lib/libcompat/4.1/vtimes.3 @@ -131,8 +131,8 @@ These numbers account only for real  data supplied by the caching mechanism is charged only  to the first process to read or write the data.  .Sh SEE ALSO -.Xr wait3 2 ,  .Xr getrusage 2 , +.Xr wait3 2 ,  .Xr time 3  .Sh HISTORY  The diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3 index 26e1413973d0..1c6a91d1d590 100644 --- a/lib/libcompat/4.3/re_comp.3 +++ b/lib/libcompat/4.3/re_comp.3 @@ -110,8 +110,8 @@ unmatched \e).  .Ed  .Sh SEE ALSO  .Xr ed 1 , -.Xr ex 1 ,  .Xr egrep 1 , +.Xr ex 1 ,  .Xr fgrep 1 ,  .Xr grep 1 ,  .Xr regex 3 diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 998751b0f6c6..667656615863 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -78,5 +78,5 @@ the buffer  .Fa s  will be filled with a null string.  .Sh SEE ALSO -.Xr getpwuid 3 , -.Xr geteuid 2 . +.Xr geteuid 2 , +.Xr getpwuid 3 diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index 8d3b5657036b..f99202e2ff39 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -281,9 +281,9 @@ where failures are syntax errors, exceeding implementation limits,  or applying `+' or `*' to a possibly-null operand.  .Sh SEE ALSO  .Xr ed 1 , +.Xr egrep 1 ,  .Xr ex 1 ,  .Xr expr 1 , -.Xr egrep 1 ,  .Xr fgrep 1 ,  .Xr grep 1 ,  .Xr regex 3 | 
