diff options
author | Jacob Moody <moody@posixcafe.org> | 2021-06-12 18:44:17 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2021-06-12 18:44:17 +0000 |
commit | a7a34f1fdf891d655524f1fa963e39d3cbd168d9 (patch) | |
tree | 05c4a71e014ecf012314586653bd55ae52da8b0a | |
parent | 370ef39bf963fc715c06982cb863eb0d50eb3ad9 (diff) | |
download | plan9front-a7a34f1fdf891d655524f1fa963e39d3cbd168d9.tar.xz |
sam: remove refrence to /srv file in man page
-rw-r--r-- | sys/man/1/sam | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sys/man/1/sam b/sys/man/1/sam index d2d1a8f19..6f96a92f8 100644 --- a/sys/man/1/sam +++ b/sys/man/1/sam @@ -854,22 +854,13 @@ Saves the sent text in the snarf buffer. listens to the .B edit plumb port. -If plumbing is not active, -on invocation -.I sam -creates a named pipe -.BI /srv/sam. user -which acts as an additional source of commands. Characters written to -the named pipe are treated as if they had been typed in the command window. .PP .I B is a shell command that sends the named .IR files -to the edit port of the plumber. -If plumbing is not available, -it attempts to load -.IR files -through the named pipe. +to the +.B edit +port of the plumber. .SS Abnormal termination If .I sam |