Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Use Fl for flags.



details:   https://anonhg.NetBSD.org/src/rev/534e05d1f4c8
branches:  trunk
changeset: 573171:534e05d1f4c8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jan 21 10:29:50 2005 +0000

description:
Use Fl for flags.

diffstat:

 share/man/man4/options.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3a3210794ce -r 534e05d1f4c8 share/man/man4/options.4
--- a/share/man/man4/options.4  Fri Jan 21 08:33:11 2005 +0000
+++ b/share/man/man4/options.4  Fri Jan 21 10:29:50 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.259 2005/01/21 00:39:56 dan Exp $
+.\"    $NetBSD: options.4,v 1.260 2005/01/21 10:29:50 wiz Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -1304,7 +1304,7 @@
 .Pa std.$MACHINE .
 The embedded config file can be extracted from the resulting kernel with
 .Xr config 8
-.Ar -x ,
+.Fl x ,
 or by the following command:
 .Bd -literal -offset indent
 strings netbsd | sed -n 's/^_CFG_//p' | unvis



Home | Main Index | Thread Index | Old Index