diff options
author | 2005-03-26 13:31:35 +0000 | |
---|---|---|
committer | 2005-03-26 13:31:35 +0000 | |
commit | d376597a2a414ef1da91f1f3959cebb19d293538 (patch) | |
tree | 2d64fb7676e3aa40b3edbc6d26a79b6fedb9da9f /lib/libc | |
parent | Move the path_empty()/path_destroy() check out of the inner for-loop. (diff) | |
download | wireguard-openbsd-d376597a2a414ef1da91f1f3959cebb19d293538.tar.xz wireguard-openbsd-d376597a2a414ef1da91f1f3959cebb19d293538.zip |
- use .Cm rather than .Nm for kernel options
- no space needed before full stops here
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/acct.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/ktrace.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/ptrace.2 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2 index f8ef74225cd..a6d120720f3 100644 --- a/lib/libc/sys/acct.2 +++ b/lib/libc/sys/acct.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acct.2,v 1.11 2005/03/26 08:33:57 tedu Exp $ +.\" $OpenBSD: acct.2,v 1.12 2005/03/26 13:31:35 jmc Exp $ .\" $NetBSD: acct.2,v 1.6 1995/02/27 12:31:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -61,8 +61,8 @@ Records for processes which never terminate can not be produced by .Fn acct . .Fn acct is only available on kernels compiled with the -.Nm ACCOUNTING -option . +.Cm ACCOUNTING +option. .Pp For more information on the record structure used by .Fn acct , diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 6fd8578668d..79e9eed5d66 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.14 2005/03/26 08:33:57 tedu Exp $ +.\" $OpenBSD: ktrace.2,v 1.15 2005/03/26 13:31:36 jmc Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -51,8 +51,8 @@ Users may only trace their own processes. Only the superuser can trace setuid or setgid programs. .Fn ktrace is only available on kernels compiled with the -.Nm KTRACE -option . +.Cm KTRACE +option. .Pp .Fa tracefile gives the pathname of the file to be used for tracing. diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 6c87469b2c4..33a0c40e7f6 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.14 2005/03/26 08:33:57 tedu Exp $ +.\" $OpenBSD: ptrace.2,v 1.15 2005/03/26 13:31:36 jmc Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -38,8 +38,8 @@ terminate or continue as appropriate. is the mechanism by which all this happens. .Fn ptrace is only available on kernels compiled with the -.Nm PTRACE -option . +.Cm PTRACE +option. .Pp The .Fa request |