Module Name: src
Committed By: abhinav
Date: Wed Dec 21 18:01:21 UTC 2016
Modified Files:
src/usr.bin/time: time.1
Log Message:
Add an xref to wait4(2) in SEE ALSO as it has been referred to for the -l
option.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/time/time.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/time/time.1
diff -u src/usr.bin/time/time.1:1.25 src/usr.bin/time/time.1:1.26
--- src/usr.bin/time/time.1:1.25 Wed Nov 9 19:42:27 2011
+++ src/usr.bin/time/time.1 Wed Dec 21 18:01:21 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.1,v 1.25 2011/11/09 19:42:27 wiz Exp $
+.\" $NetBSD: time.1,v 1.26 2016/12/21 18:01:21 abhinav Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -160,7 +160,8 @@ will be that of
.Xr csh 1 ,
.Xr ksh 1 ,
.Xr clock_gettime 2 ,
-.Xr getrusage 2
+.Xr getrusage 2 ,
+.Xr wait4 2
.Sh STANDARDS
The
.Nm