diff options
author | ru <ru@FreeBSD.org> | 2003-05-16 21:19:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-16 21:19:32 +0000 |
commit | c67d493b980d6a6a2d93c04bcf0cfd01d79c35ef (patch) | |
tree | cfcfa786c607381ea9da1cd773deb71beecedc81 | |
parent | 889e4564c8fb5031e565bcd1083e1e1aa14700cd (diff) | |
download | FreeBSD-src-c67d493b980d6a6a2d93c04bcf0cfd01d79c35ef.zip FreeBSD-src-c67d493b980d6a6a2d93c04bcf0cfd01d79c35ef.tar.gz |
mdoc(7) police: A better version of the same.
Approved by: re (blanket)
-rw-r--r-- | bin/pwd/pwd.1 | 2 | ||||
-rw-r--r-- | bin/sh/sh.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 327eaa5..63c380f 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -43,7 +43,7 @@ .Nd return working directory name .Sh SYNOPSIS .Nm -.Oo Fl L | Fl P Oc +.Op Fl L | P .Sh DESCRIPTION The .Nm diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 8342321..e15d1ee 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1295,7 +1295,7 @@ with the same name as a built-in command. List or alter key bindings for the line editor. This command is documented in .Xr editrc 5 . -.It Ic cd Oo Fl L | Fl P Oc Op Ar directory +.It Ic cd Oo Fl L | P Oc Op Ar directory Switch to the specified .Ar directory , or to the directory specified in the @@ -1626,7 +1626,7 @@ option is specified, the PID of each job is also printed. If the .Fl s option is specified, only the PIDs of the jobs are printed, one per line. -.It Ic pwd Oo Fl L | Fl P Oc +.It Ic pwd Op Fl L | P Print the path of the current directory. The built-in command may differ from the program of the same name because the built-in command remembers what the current directory |