/usr/share/doc/garlic-doc/commands/hyb.html is in garlic-doc 1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | <html>
<head>
<title>
HYB, HYBONDS
</title>
</head>
<h1 align=center>
HYB, HYBONDS
</h1>
<hr size="3">
<font color=#880000>
<b>
NAME
<br>
</b>
</font>
HYB, HYBONDS - generate hydrogen bonds.
<br><br>
<font color=#880000>
<b>
SYNOPSIS
<br>
</b>
</font>
HYB
<br>
HYB style
<br>
HYB OFF
<br>
HYBONDS
<br>
HYBONDS style
<br>
HYBONDS OFF
<br><br>
<font color=#880000>
<b>
DESCRIPTION
<br>
</b>
</font>
Generate hydrogen bonds for the entire structure. Show hydrogen bonds for
visible atoms. At present, some very simple geometric restrains are used to
generate hydrogen bonds. Check the configuration file (.garlicrc) and the
source file gen_hybonds.c to learn more about these restrains.
<br><br>
Keyword OFF may be used to hide hydrogen bonds.
<br><br>
For hydrogen bonds, there is no proportional ("nice") style. The only
available styles are 0, 1, 2, 3, 4 and 5.
<br><br>
Default style used to draw hydrogen bonds is 1 (a single line of fixed width).
You can change it by specifying the style. Examples:
<br><br>
<table border=2 cellspacing=2 cellpading=0>
<td align="left">
hyb
</td>
<td align="left">
Generate hydrogen bonds and
<br>
show them using default style (1).
</td>
<tr>
<td align="left">
hyb 4
</td>
<td align="left">
Generate hydrogen bonds and
<br>
show them using style 4 (four lines).
</td>
<tr>
<td align="left">
hyb off
</td>
<td align="left">
Hide hydrogen bonds
</td>
</table>
<hr size="3">
</html>
|