diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
| commit | 78b0b234eb5a179413189a3e2561e894c9c18135 (patch) | |
| tree | 88dc95b3030f35aa0317c9879f6efa7e9605d2d5 /lib/libcompat | |
| parent | f3e79aa7054c104c387c504e6e55ec6a4a29b593 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.1/ftime.3 | 2 | ||||
| -rw-r--r-- | lib/libcompat/4.1/vtimes.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index a9491af78669..61d02a6f0285 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -75,7 +75,7 @@ Daylight Saving time applies locally during the appropriate part of the year. .Sh SEE ALSO .Xr gettimeofday 2 , .Xr settimeofday 2 , -.Xr time 2 , +.Xr time 3 , .Xr ctime 3 .Sh HISTORY The diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3 index e02bb72c85fb..3edb7413366e 100644 --- a/lib/libcompat/4.1/vtimes.3 +++ b/lib/libcompat/4.1/vtimes.3 @@ -131,9 +131,9 @@ 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 time 2 , .Xr wait3 2 , -.Xr getrusage 2 +.Xr getrusage 2 , +.Xr time 3 .Sh HISTORY The .Fn vlimit diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 944a9a704fe2..646f3530f03a 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: cuserid.3,v 1.1 1995/04/10 18:48:03 joerg Exp $ .\" .Dd April 10, 1995 .Os @@ -79,4 +79,4 @@ the buffer will be filled with a null string. .Sh SEE ALSO .Xr getpwuid 3 , -.Xr geteuid 3 . +.Xr geteuid 2 . |
