Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man2 Flags are .Fl not .Ar
details: https://anonhg.NetBSD.org/src/rev/18530ab6b8b8
branches: trunk
changeset: 359789:18530ab6b8b8
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Feb 25 17:37:05 2018 +0000
description:
Flags are .Fl not .Ar
diffstat:
share/man/man2/ucontext.2 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 9325c61b6552 -r 18530ab6b8b8 share/man/man2/ucontext.2
--- a/share/man/man2/ucontext.2 Sun Feb 25 16:53:51 2018 +0000
+++ b/share/man/man2/ucontext.2 Sun Feb 25 17:37:05 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ucontext.2,v 1.7 2018/02/25 16:53:51 kamil Exp $
+.\" $NetBSD: ucontext.2,v 1.8 2018/02/25 17:37:05 uwe Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -117,10 +117,10 @@
and should not be used in a code unless no other debugging format is
easily accessible.
A compiler might optimize the frame pointer register in a function,
-reusing as a general purpose register storage
-.Ar -fomit-frame-pointer
+reusing it as a general purpose register storage
+.Fl ( fomit-frame-pointer )
or emit function prologues only before parts that need them
-.Ar -fshrink-wrap .
+.Fl ( fshrink-wrap ) .
.Sh SEE ALSO
.Xr _exit 2 ,
.Xr getcontext 2 ,
Home |
Main Index |
Thread Index |
Old Index