diff options
Diffstat (limited to 'doc/homeof.html')
-rw-r--r-- | doc/homeof.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/homeof.html b/doc/homeof.html index ca9da93..d84110f 100644 --- a/doc/homeof.html +++ b/doc/homeof.html @@ -3,9 +3,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> - <title>execline: the homeof program</title> - <meta name="Description" content="execline: the homeof program" /> - <meta name="Keywords" content="execline command homeof" /> + <title>execline: the ~ program</title> + <meta name="Description" content="execline: the ~ program" /> + <meta name="Keywords" content="execline command ~" /> <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> @@ -16,20 +16,20 @@ <a href="//skarnet.org/">skarnet.org</a> </p> -<h1> The <tt>homeof</tt> program </h1> +<h1> The <tt>~</tt> program </h1> <p> -<tt>homeof</tt> prints the home directory of a user. +<tt>~</tt> prints the home directory of a user. </p> <h2> Interface </h2> <pre> - homeof <em>user</em> + ~ <em>user</em> </pre> <p> -<tt>homeof</tt> finds the name of <em>user</em>'s home directory, writes +<tt>~</tt> finds the name of <em>user</em>'s home directory, writes it on stdout, then exits 0. If an error occurs, it prints nothing on stdout but exits 111 with an explanatory message on stderr. </p> |