Module Name:    src
Committed By:   uwe
Date:           Sun Feb 25 17:37:05 UTC 2018

Modified Files:
        src/share/man/man2: ucontext.2

Log Message:
Flags are .Fl not .Ar


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man2/ucontext.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man2/ucontext.2
diff -u src/share/man/man2/ucontext.2:1.7 src/share/man/man2/ucontext.2:1.8
--- src/share/man/man2/ucontext.2:1.7	Sun Feb 25 16:53:51 2018
+++ src/share/man/man2/ucontext.2	Sun Feb 25 17:37:05 2018
@@ -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 @@ The frame pointer macro does not guarant
 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 ,

Reply via email to