diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-15 12:28:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-15 12:28:01 +0000 |
| commit | 6a5796e73428a23361ef8b48f14fde19225295f4 (patch) | |
| tree | 67be4a2793520ab24bb84fe954e5f09e1493d521 /usr.bin | |
| parent | 62890a391ddb323cd937e394e0553fe53af74ba1 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/getopt/getopt.1 | 1 | ||||
| -rw-r--r-- | usr.bin/locate/locate/locate.1 | 15 |
2 files changed, 6 insertions, 10 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 1deb0b45f34e..f0a42474d76b 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -83,7 +83,6 @@ cmd \-aoarg file file cmd \-a \-o arg file file cmd \-oarg -a file file cmd \-a \-oarg \-\- file file -.Pp .Ed .Sh SEE ALSO .Xr getopts 1 , diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 0d335cf4af46..8a2e22b2b1ec 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -133,19 +133,16 @@ and then in .Pa /var/db/locate.database and then in .Pa /cdrom/locate.database . -.Bd -literal -$ locate -d db1 -d db2 -d db3 pattern -.Ed +.Pp +.Dl "$ locate -d db1 -d db2 -d db3 pattern" .Pp is the same as -.Bd -literal -$ locate -d db1:db2:db3 pattern -.Ed +.Pp +.Dl "$ locate -d db1:db2:db3 pattern" .Pp or -.Bd -literal -.Dq $ locate -d db1:db2 -d db3 pattern . -.Ed +.Pp +.Dl "$ locate -d db1:db2 -d db3 pattern" .Pp If .Ar - |
