Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/gcore Help HTML output by replacing <> with \*[Lt] a...



details:   https://anonhg.NetBSD.org/src/rev/b4c726c3c1be
branches:  trunk
changeset: 542202:b4c726c3c1be
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 23 18:57:09 2003 +0000

description:
Help HTML output by replacing <> with \*[Lt] and \*[Gt] or Aq, sort sections, remove .Dp, and some
nits.

diffstat:

 usr.bin/gcore/gcore.1 |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (66 lines):

diff -r 4b8858144803 -r b4c726c3c1be usr.bin/gcore/gcore.1
--- a/usr.bin/gcore/gcore.1     Thu Jan 23 18:49:08 2003 +0000
+++ b/usr.bin/gcore/gcore.1     Thu Jan 23 18:57:09 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: gcore.1,v 1.6 2003/01/23 18:21:24 christos Exp $
+.\"     $NetBSD: gcore.1,v 1.7 2003/01/23 18:57:09 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd "January 23, 2003"
+.Dd January 23, 2003
 .Dt GCORE 1
 .Os
 .Sh NAME
@@ -46,35 +46,35 @@
 .Ar pid
 .Op Ar pid ...
 .Sh DESCRIPTION
-.Nm 
+.Nm
 creates a core image of the specified processes
 suitable for use with
 .Xr gdb  1 .
 By default, the core is written to the file
-.Dq Pa <progname>.core ,
-where 
-.Dq Pa <progname>
+.Dq Pa \*[Lt]progname\*[Gt].core ,
+where
+.Dq Pa Aq progname
 is the program name of the process corresponding to the pid that is given on
-the command line. This filename can by changed by setting
-.Dq Pa proc.<pid>.corename 
+the command line.
+This filename can by changed by setting
+.Dq Pa proc.\*[Lt]pid\*[Gt].corename
 with
 .Xr sysctl 8 .
 .Sh FILES
 .Bl -tag -width /var/log/messages -compact
-.It Pa <progname>.core
+.It Pa \*[Lt]progname\*[Gt].core
 The core image.
 .El
-.Dp
+.Sh SEE ALSO
+.Xr gdb 1 ,
+.Xr sysctl 8
 .Sh HISTORY
 .Nm
 appeared in BSD 4.2, dissappeared in
 .Nx 1.2 ,
 and reappeared in
 .Nx 2.0 .
-.Sh SEE ALSO
-.Xr gdb 1 ,
-.Xr sysctl 8
 .Sh BUGS
-The 
+The
 .Op Fl o Ar corename
 option is not implemented.



Home | Main Index | Thread Index | Old Index