diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-26 13:31:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-26 13:31:37 +0000 |
commit | 157fdfd36d3799a3e0ef51e8690303a3e4cdbff8 (patch) | |
tree | ed0224dd07180031361acb9d9a90556d45b54e80 | |
parent | ccb22c29a93dc9e471a9543e4b6bd1d37df72ad9 (diff) |
- use .Cm rather than .Nm for kernel options
- no space needed before full stops here
-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 |