diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-22 09:26:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-22 09:26:35 +0000 |
commit | 4fed0606fc9734cbaf6ba980ea332963581bfdb5 (patch) | |
tree | da4414df505af18cb044adee7ae3431ef099be8b /usr.sbin | |
parent | d7694e39cc091d00cf9ee689b99c6b7946b982e4 (diff) |
`option', not `options';
from j.c. roberts
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/config.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index bd910978705..fea32de01df 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.44 2005/11/30 11:53:32 jmc Exp $ +.\" $OpenBSD: config.8,v 1.45 2005/12/22 09:26:34 jmc Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -103,7 +103,7 @@ When this option is specified, acts as if the lines .Dq makeoptions PROF="-pg" and -.Dq options GPROF +.Dq option GPROF appeared in the specified kernel configuration file. In addition, .Dq .PROF @@ -159,7 +159,7 @@ flag is deprecated and no longer supported. Instead, add .Dq makeoptions DEBUG="-g" to the kernel configuration file, along with (typically) -.Dq options KGDB . +.Dq option KGDB . .Pp The output of .Nm |