diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 09:05:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-26 09:05:48 +0000 |
| commit | bcdf5ca7c6d5c8b7bebac205a4e7ce9114f7eb62 (patch) | |
| tree | 3a4cd3d728fc2a64ee3a6fdb2f971e9e1fb2a5cc | |
| parent | f806cd425e5ec3a41370c8f23f42e3b4ef406365 (diff) | |
Notes
| -rw-r--r-- | games/morse/morse.6 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/glob.3 | 2 | ||||
| -rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/morse/morse.6 b/games/morse/morse.6 index bb626ed0edd7..42db42aa02dd 100644 --- a/games/morse/morse.6 +++ b/games/morse/morse.6 @@ -111,7 +111,7 @@ The more common prosigns are .Ql = for .Em BT , -.Ql ( +.Ql \&( for .Em KN and diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 760103b7f8a7..c643aaad29e1 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -88,7 +88,7 @@ that contains any of the special characters .Ql * , .Ql ?\& or -.Ql [ . +.Ql \&[ . .Pp The .Fn glob diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 83cf993b89d1..2ba8821ab450 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -95,7 +95,7 @@ Accept datagrams from bits being taken into account when doing the address comparison. .Ar ipaddr can be also IPv6 address by enclosing the address with -.Ql [ +.Ql \&[ and .Ql \&] . If specified, |
