]> sourceware.org Git - systemtap.git/commitdiff
man pages: suppress hyphenation/filling for SEE ALSO list
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 21 Oct 2013 00:04:24 +0000 (20:04 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 21 Oct 2013 00:04:24 +0000 (20:04 -0400)
... since this list often contains URLs and longer names

25 files changed:
man/dtrace.1
man/error::buildid.7stap
man/error::dwarf.7stap
man/error::fault.7stap
man/error::inode-uprobes.7stap
man/error::pass1.7stap
man/error::pass2.7stap
man/error::pass3.7stap
man/error::pass4.7stap
man/error::pass5.7stap
man/error::process-tracking.7stap
man/error::reporting.7stap
man/stap-merge.1
man/stap-prep.1
man/stap-report.1
man/stap-server.8
man/stap.1
man/stapex.3stap
man/stapfuncs.3stap
man/stappaths.7.in
man/stapprobes.3stap
man/stapsh.8
man/stapvars.3stap
man/stapvirt.1
man/warning::debuginfo.7stap

index 92046c4a96b85b2f0a9242449efd39d7c4c2863c..e98d3f5b0218328d33efea729f34358f1bf5cceb 100644 (file)
@@ -117,7 +117,8 @@ if (SDT_PROBES_TEST_1_ENABLED())
 In this mode, the ENABLED() test is fixed at 1.
 
 .SH SEE ALSO
-
-\fBstap(1)\fR
-\fBstappaths(7)\fR
+.nh
+.nf
+.IR stap (1),
+.IR stappaths (7)
 
index fb55782dbc1ebd8b5939d76a53d94bb3b1466165..7892d6755b01435253209ccb17f4fbcc48af71e2 100644 (file)
@@ -71,6 +71,8 @@ debuginfo packages, the split .IR .debug files may not exactly match
 the main binaries.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR http://fedoraproject.org/wiki/Releases/FeatureBuildId ,
 .IR stap (1),
 .IR stapprobes (3stap),
index 9569760309f81ec917ae4175fa4de0ef837868ea..6db37e1736b91ca8ee9da709d6ae65ab9a326933 100644 (file)
@@ -64,6 +64,8 @@ availability of parameter data and a reliable probe site,
 all without reliance on debuginfo.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR http://dwarfstd.org/ ,
 .IR http://sourceware.org/systemtap/wiki/TipContextVariables ,
index 33e3abe24fa4038c1e94fa7a5f88285f26ce4e7e..e6eadeea1399303867c093fe81a337faf47eb48b 100644 (file)
@@ -34,5 +34,7 @@ stap options, or wrapping relevant parts of the probe handlers in a
 block.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR error::reporting (7stap)
index fa0fd7ee74b125687d5ba8a9dfeab8408bc044d2..1def61402900b74cb7f9c910fbe0cd30bfdb21fb 100644 (file)
@@ -28,6 +28,8 @@ new inode-uprobes does not have this capability.
 
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR http://kernelnewbies.org/Linux_3.5 ,
 .IR http://sourceware.org/systemtap/wiki/utrace ,
index 596dc2a094ef6d031dcd5e820ae79cce8710f34e..2bf4e8bb1ff97a298344f571cb4b272698afe43a 100644 (file)
@@ -51,5 +51,7 @@ Increasing the verbosity of pass-1 with an option such as
 can help pinpoint the problem.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR error::reporting (7stap)
index 78e83e355727dc0bf2621cf3b8910c818d972a72..1a6e387954a6c7fe50aec800f02b9048751c7934 100644 (file)
@@ -71,6 +71,8 @@ Increasing the verbosity of pass-2 with an option such as
 can help pinpoint the problem.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR stap-prep (1),
 .IR stapprobes (3stap),
index 3ed576d8bf0754027bca9b1551dface266ca29eb..bfa70a15756ff46910bc0728fde65b35bfe91403 100644 (file)
@@ -21,6 +21,8 @@ Increasing the verbosity of pass-3 with an option such as
 may help pinpoint the problem.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR stapprobes (3stap)
 .IR error::reporting (7stap)
index a2ca86a843427e7c14eb52886a23e58d2cf69f54..e6b02af66f2b4839fc3a51b58f06149b1470a5c1 100644 (file)
@@ -45,5 +45,7 @@ with an option such as
 can also help pinpoint the problem.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR error::reporting (7stap)
index f853bccf4bf54b1f1c9827772672118a86fdc467..2d2e7acf2542a4719578600c2e020e9609642647 100644 (file)
@@ -81,6 +81,8 @@ with an option such as
 can help pinpoint the problem.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR http://sourceware.org/systemtap/wiki/TipExhaustedResourceErrors ,
 .IR error::fault (7stap),
index 6594c2433a3cf7da5497e2c87b27f2348bd56781..086fe74f3dbdd6e48fc24d88c09fea5977d318f7 100644 (file)
@@ -52,5 +52,7 @@ kernel version newer than 3.5 is needed, or an older version must be
 compiled with appropriate utrace patches.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR error::reporting (7stap)
index 86c51bd0716084bf29dc7a98d389442508ae4ff8..b8b01a54f35c2d58ce1d3c6cc3a525420c99de27 100644 (file)
@@ -36,6 +36,8 @@ script collects useful system/kernel information that helps describe
 the OS environment; please include its output.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR http://sourceware.org/systemtap/wiki/
 
index 1b99615ccee15ab1c1e0e26ef5cd3b6f42dcf80a..3fb37129914da4e7ad7b65b2575572fd4a4e521d 100644 (file)
@@ -88,6 +88,8 @@ Important files and their corresponding paths can be located in the
 stappaths (7) manual page.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stapprobes (3stap),
 .IR stappaths (7),
 .IR staprun (8),
index 32c2d5fef82973a5bfcec8f57eee0f0803127fd2..3da64da6976d4d78d61806a36eb7d13c47656dbd 100644 (file)
@@ -48,6 +48,8 @@ Please install linux-image-3.2.0-2-amd64-dbg
 .ESAMPLE
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 
 .SH BUGS
index 8086bff4862819e453b8cf91b2e97e99168b06da..09c7ce51d88f2366558f8381e08b664e25daf476 100644 (file)
@@ -51,6 +51,8 @@ enabled features: AVAHI LIBSQLITE3 NSS TR1_UNORDERED_MAP NLS
 .ESAMPLE
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 
 .SH BUGS
index 29f5a8134744645352e08c7568d8bf01b28944f4..2b334f6800299a4a22ceea66eb95ba4e2d74a022 100644 (file)
@@ -516,6 +516,8 @@ Important files and their corresponding paths can be located in the
 stappaths (7) manual page.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR staprun (8),
 .IR stapprobes (3stap),
index e6214cd9754995efa90f4135af36e966b184b050..91b666516884e5931520058e75bece0dbb2f00a8 100644 (file)
@@ -2070,6 +2070,8 @@ Important files and their corresponding paths can be located in the
 stappaths (7) manual page.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stapprobes (3stap),
 .IR function::* (3stap),
 .IR probe::* (3stap),
index 103990e6a5afd2e4ee3d558fa30d1d2ef9610c1b..15b5199efa295adc6f818e7a555062211ff8cc75 100644 (file)
@@ -120,6 +120,8 @@ and online at
 .hy
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 .IR stapprobes (3stap)
 .IR stappaths (7)
index fef1feb548d3620727cea5757d6e597afab8349f..e0da1d26c7e7a1b1ad7c50a9026d8e3d82e387fe 100644 (file)
@@ -16,6 +16,8 @@ are documented on the
 man page.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR function::* (3stap),
 .IR tapset::* (3stap)
index 74ed15e041df1823bff125c632128fae427e165a..2f349538cc0a03ac5137e96ddf62f53f1a4c4b38 100644 (file)
@@ -133,6 +133,8 @@ stap\-server service default log file.
 .hy
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stapprobes (3stap),
 .IR staprun (8),
 .IR stapvars (3stap),
index 91757bd1037faf31c94ba0031befa9c3f1ff44ed..1727f1867e84efcca95da52817d6c41123e03ce4 100644 (file)
@@ -1288,6 +1288,8 @@ syscall.*.return
 refers to the group of probe aliases with any name in the third position
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR probe::* (3stap),
 .IR tapset::* (3stap)
index ddf9bee9f2a11cd553a4d85dc67022ae50dc3b4f..6f1bb8b23da6289dd229c314206469fa6f94b822 100644 (file)
@@ -16,6 +16,8 @@ functionality, as a wrapper shell on the remote machines.
 It is not intended to be run directly by users.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 
 .SH BUGS
index 166f3f66f643313ef8a426c2337b248918c40307..b5e07d3e13dcb0256d6c02abbb241d75bf5ea699 100644 (file)
@@ -48,5 +48,7 @@ Simply defined as the number 0.
 More files and their corresponding paths can be found in the stappaths (7) manual page.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 .IR stappaths (7)
index 11969de796add53551a40e66f3467a8907ff416d..db1189cbb14bd969919216d86be208535405ee7c 100644 (file)
@@ -186,6 +186,8 @@ The domain must be restarted before changes take effect.
 And that's all there is to it!
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1)
 
 .SH BUGS
index 148e0f8299ab0e906e0a64c82c2c5d7863a6ff55..221766c9f62f48b548c866a4cbfe91e854e13f2c 100644 (file)
@@ -81,6 +81,8 @@ debuginfo and compilation resources can be centralized.  Try the
 option, in case such a server is already running.
 
 .SH SEE ALSO
+.nh
+.nf
 .IR stap (1),
 .IR stappaths (7),
 .IR stap-server (8),
This page took 0.048618 seconds and 5 git commands to generate.