diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-05-11 08:50:33 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-05-11 08:50:33 +0000 |
| commit | 210793f7532572dbb003505a6f96e7d155de432b (patch) | |
| tree | e231c9705b6fe572f43fca7f945adcba790eae7f | |
| parent | ecc5526939d9481b74031ddfe2986a59c74f99a6 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/setproctitle.3 | 3 | ||||
| -rw-r--r-- | lib/libutil/logout.3 | 3 | ||||
| -rw-r--r-- | lib/libutil/logwtmp.3 | 3 | ||||
| -rw-r--r-- | lib/libutil/setproctitle.3 | 3 | ||||
| -rw-r--r-- | lib/libutil/uucplock.3 | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index d61ecb12071d..c3f20318843c 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $ +.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 @@ -28,6 +28,7 @@ .Nd set the process title for .Xr ps 1 .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft void .Fn setproctitle "const char *fmt" "..." diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3 index 3284ab26fe36..7127e8a2ffa1 100644 --- a/lib/libutil/logout.3 +++ b/lib/libutil/logout.3 @@ -23,7 +23,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: logout.3,v 1.4 1997/02/22 15:08:28 peter Exp $ .\" " .Dd December 29, 1996 .Os @@ -32,6 +32,7 @@ .Nm logout .Nd remove an entry from the utmp file .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft int .Fn logout "char *line" diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3 index 815e672d350e..765fddeb74d9 100644 --- a/lib/libutil/logwtmp.3 +++ b/lib/libutil/logwtmp.3 @@ -23,7 +23,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: logwtmp.3,v 1.4 1997/02/22 15:08:30 peter Exp $ .\" " .Dd December 29, 1996 .Os @@ -32,6 +32,7 @@ .Nm logwtmp .Nd append a new record to the wtmp file .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft void .Fn logwtmp "char *line" "char *name" "char *host" diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3 index d61ecb12071d..c3f20318843c 100644 --- a/lib/libutil/setproctitle.3 +++ b/lib/libutil/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $ +.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 @@ -28,6 +28,7 @@ .Nd set the process title for .Xr ps 1 .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft void .Fn setproctitle "const char *fmt" "..." diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 611f0e81ac59..b03fed12bf8a 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -23,7 +23,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: uucplock.3,v 1.4 1997/04/02 03:38:28 ache Exp $ +.\" $Id: uucplock.3,v 1.5 1997/04/02 05:52:22 mpp Exp $ .\" " .Dd March 30, 1997 .Os @@ -34,6 +34,7 @@ .Nm uu_lockerr .Nd acquire and release control of a serial device .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft int .Fn uu_lock "char *ttyname" |
