Message ID | 1517fbdef919dd93b775a4c4278b98d4d626d071.1651788702.git.nabijaczleweli@nabijaczleweli.xyz (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Herbert Xu |
Headers | show |
Series | [1/2] man: document jobs builtin | expand |
diff --git a/src/dash.1 b/src/dash.1 index 969a883..dd2bd47 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -1143,8 +1143,8 @@ Do not execute the command but search for the command and print the absolute pathname of utilities, the name for builtins or the expansion of aliases. .El -.It cd Ar - -.It Xo cd Op Fl LP +.It cd|chdir Ar - +.It Xo cd|chdir Op Fl LP .Op Ar directory .Xc Switch to the specified directory (default
The manual now contains all built-ins Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> --- Please keep me in CC, as I'm not subscribed. src/dash.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)