aboutsummaryrefslogtreecommitdiff
path: root/sdn-install.1
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-26 20:46:09 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-26 20:46:09 +0100
commitdf046bb07188c4197355c14a7069d57e1d477cc9 (patch)
treecf328432a6deb71e0546210b16b8c1fe249bd57f /sdn-install.1
parent0c1a8d990204f667d860a97da3f445a4d48bc245 (diff)
downloadsdn-df046bb07188c4197355c14a7069d57e1d477cc9.tar.gz
sdn-df046bb07188c4197355c14a7069d57e1d477cc9.tar.xz
sdn-df046bb07188c4197355c14a7069d57e1d477cc9.zip
Add some mediocre manpages
I'm not particularly happy to write in mdoc but here goes.
Diffstat (limited to 'sdn-install.1')
-rw-r--r--sdn-install.130
1 files changed, 30 insertions, 0 deletions
diff --git a/sdn-install.1 b/sdn-install.1
new file mode 100644
index 0000000..d39e07b
--- /dev/null
+++ b/sdn-install.1
@@ -0,0 +1,30 @@
+.Dd October 26, 2020
+.Dt SDN-INSTALL 1
+.Os Linux
+.Sh NAME
+.Nm sdn-install
+.Nd integrate sdn with the shell
+.Sh SYNOPSIS
+.Nm sdn-install
+.Op Fl s Ar shell
+.Op Fl p Ar - | rcpath
+.Sh DESCRIPTION
+.Nm
+integrates
+.Xr sdn 1
+with your shell, binding it to M-o. If the navigator has already been
+integrated, it updates the snippet in-place.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl p Ar -
+Merely print the integration snippet for the appropriate shell to the standard
+output, not changing anything.
+.It Fl p Ar rcpath
+Install the integration snippet into a different shell initialization file than
+your user's default one.
+.It Fl s Ar shell
+If you want to integrate
+.Xr sdn 1
+with a different shell than you're running, use this option to specify it.
+.El