diff options
-rw-r--r-- | lib/libc/gen/setproctitle.3 | 19 | ||||
-rw-r--r-- | lib/libmd/mdX.3 | 2 | ||||
-rw-r--r-- | lib/libutil/setproctitle.3 | 19 |
3 files changed, 21 insertions, 19 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index dc3a47f..5e58dbd 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.2 1996/01/01 08:27:41 peter Exp $ +.\" $Id: setproctitle.3,v 1.3 1996/01/30 18:13:11 mpp Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 @@ -28,8 +28,7 @@ .Nd set the process title for .Xr ps 1 .Sh SYNOPSIS -#include <libutil.h> -.Pp +.Fd #include <libutil.h> .Ft void .Fn setproctitle "const char *fmt" "..." .Pp @@ -95,17 +94,19 @@ the predominant convention. .Pp It is thought that the implementation is compatible with other systems, including -.Nm NetBSD +.Tn NetBSD and -.Nm BSD/OS . +.Tn BSD/OS . .Sh HISTORY .Nm setproctitle -first appeared in FreeBSD at version 2.2. Other operating systems have +first appeared in +.Fx 2.2 . +Other operating systems have similar functions. .Sh AUTHORS -.Nm Peter Wemm <peter@FreeBSD.org> +.Sy "Peter Wemm <peter@FreeBSD.org>" stole the idea from the -.Nm Sendmail 8.7.3 +.Sy "Sendmail 8.7.3" source code by -.Nm Eric Allman <eric@sendmail.org> . +.Sy "Eric Allman <eric@sendmail.org>" . .\" .Sh BUGS diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3 index fc37f11..f589042 100644 --- a/lib/libmd/mdX.3 +++ b/lib/libmd/mdX.3 @@ -114,7 +114,7 @@ This code is derived directly from these implementations by Poul-Henning Kamp Phk ristede runen. .Sh HISTORY These functions appeared in -.Em FreeBSD-2.0 +.Fx 2.0 . .Sh BUGS No method is known to exist which finds two files having the same hash value, nor to find a file with a specific hash value. diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3 index dc3a47f..5e58dbd 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.2 1996/01/01 08:27:41 peter Exp $ +.\" $Id: setproctitle.3,v 1.3 1996/01/30 18:13:11 mpp Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 @@ -28,8 +28,7 @@ .Nd set the process title for .Xr ps 1 .Sh SYNOPSIS -#include <libutil.h> -.Pp +.Fd #include <libutil.h> .Ft void .Fn setproctitle "const char *fmt" "..." .Pp @@ -95,17 +94,19 @@ the predominant convention. .Pp It is thought that the implementation is compatible with other systems, including -.Nm NetBSD +.Tn NetBSD and -.Nm BSD/OS . +.Tn BSD/OS . .Sh HISTORY .Nm setproctitle -first appeared in FreeBSD at version 2.2. Other operating systems have +first appeared in +.Fx 2.2 . +Other operating systems have similar functions. .Sh AUTHORS -.Nm Peter Wemm <peter@FreeBSD.org> +.Sy "Peter Wemm <peter@FreeBSD.org>" stole the idea from the -.Nm Sendmail 8.7.3 +.Sy "Sendmail 8.7.3" source code by -.Nm Eric Allman <eric@sendmail.org> . +.Sy "Eric Allman <eric@sendmail.org>" . .\" .Sh BUGS |