diff options
author | mpp <mpp@FreeBSD.org> | 1996-08-23 20:52:53 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-08-23 20:52:53 +0000 |
commit | 05d0602202f0302c3e7a8dfa34f07d1260930557 (patch) | |
tree | f601a5d9a3edfcee8f2f8c37f58302e6c9ee420e /lib | |
parent | bef6fb830a924dc15fdc9dab57ed60e6dea2aed4 (diff) | |
download | FreeBSD-src-05d0602202f0302c3e7a8dfa34f07d1260930557.zip FreeBSD-src-05d0602202f0302c3e7a8dfa34f07d1260930557.tar.gz |
Some minor man page cleanup.
Diffstat (limited to 'lib')
-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 |