about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-linkname.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-linkname.html b/doc/s6-linkname.html
index da8f498..afdb644 100644
--- a/doc/s6-linkname.html
+++ b/doc/s6-linkname.html
@@ -25,7 +25,7 @@
 <h2> Interface </h2>
 
 <pre>
-     s6-linkname [ -f ] <em>path</em>
+     s6-linkname [ -f ] [ -n ] <em>path</em>
 </pre>
 
 <ul>
@@ -40,6 +40,7 @@ content then exits 0. </li>
  <li> <tt>-f</tt>&nbsp;: s6-linkname fully resolves <em>path</em> then
 prints the result on stdout. <em>path</em> does not have to be a symbolic
 link. </li>
+ <li> <tt>-n</tt>&nbsp;: do not print a newline after the result. </li>
 </ul>
 
 </body>