Module Name: src Committed By: wiz Date: Tue Nov 3 11:04:32 UTC 2009
Modified Files: src/share/man/man9/man9.i386: return_address.9 Log Message: Fix Dt, improve Nd, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/man9.i386/return_address.9 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/man9/man9.i386/return_address.9 diff -u src/share/man/man9/man9.i386/return_address.9:1.1 src/share/man/man9/man9.i386/return_address.9:1.2 --- src/share/man/man9/man9.i386/return_address.9:1.1 Tue Nov 3 05:08:18 2009 +++ src/share/man/man9/man9.i386/return_address.9 Tue Nov 3 11:04:32 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: return_address.9,v 1.1 2009/11/03 05:08:18 dyoung Exp $ +.\" $NetBSD: return_address.9,v 1.2 2009/11/03 11:04:32 wiz Exp $ .\" .\" Copyright (c) 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -28,11 +28,11 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd November 2, 2009 -.Dt return_address 9 i386 +.Dt RETURN_ADDRESS 9 i386 .Os .Sh NAME .Nm return_address -.Nd return address +.Nd return address from call stack .Sh SYNOPSIS .In i386/return.h .Ft void * @@ -74,7 +74,7 @@ returns the requested return address, or .Dv NULL -if it cannot dissect the call stack. +if it cannot dissect the call stack. .Sh CODE REFERENCES .Pa sys/arch/i386/i386/copy.S , .Pa sys/arch/i386/include/return.h