Source-Changes-HG archive

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

[src/trunk]: src/games/fortune/strfile Use .Fa instead of .Ar to refer to hea...



details:   https://anonhg.NetBSD.org/src/rev/5d0235a22ee8
branches:  trunk
changeset: 790103:5d0235a22ee8
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Sep 19 00:53:55 2013 +0000

description:
Use .Fa instead of .Ar to refer to header fields.

diffstat:

 games/fortune/strfile/strfile.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 446b89ef7041 -r 5d0235a22ee8 games/fortune/strfile/strfile.8
--- a/games/fortune/strfile/strfile.8   Thu Sep 19 00:50:56 2013 +0000
+++ b/games/fortune/strfile/strfile.8   Thu Sep 19 00:53:55 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strfile.8,v 1.14 2012/08/04 22:29:59 jdf Exp $
+.\"    $NetBSD: strfile.8,v 1.15 2013/09/19 00:53:55 uwe Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -74,7 +74,7 @@
 This option causes the
 .Dv STR_ORDERED
 bit in the header
-.Ar str_flags
+.Fa str_flags
 field to be set.
 .It Fl r
 Randomize access to the strings.
@@ -82,7 +82,7 @@
 This option causes the
 .Dv STR_RANDOM
 bit in the header
-.Ar str_flags
+.Fa str_flags
 field to be set.
 .It Fl s
 Run silently; don't give a summary message when finished.
@@ -92,7 +92,7 @@
 This option causes the
 .Dv STR_ROTATED
 bit in the header
-.Ar str_flags
+.Fa str_flags
 field to be set.
 .El
 .Pp



Home | Main Index | Thread Index | Old Index