diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-17 21:48:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-17 21:48:47 +0000 |
| commit | a3ec17db372ad7c3f70252aef981056782596cd0 (patch) | |
| tree | 9e440a178fb8aa494ad0026bc56367ed289382ec /libexec | |
| parent | 807ee6099ccd4e50d7d26c7dd0a3b627f20205cc (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 6 | ||||
| -rw-r--r-- | libexec/tftpd/tftpd.8 | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 54cc67bf21f9..3f0c248c47c6 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 31, 2003 +.Dd March 27, 2006 .Dt RTLD 1 .Os .Sh NAME @@ -83,7 +83,9 @@ recognizes a number of environment variables that can be used to modify its behaviour. On 64-bit architectures, the linker for 32-bit objects recognizes all the environment variables listed below, but is being prefixed with -LD_32_, for example: LD_32_TRACE_LOADED_OBJECTS. +.Ev LD_32_ , +for example: +.Ev LD_32_TRACE_LOADED_OBJECTS . .Pp .Bl -tag -width ".Ev LD_LIBMAP_DISABLE" .It Ev LD_DUMP_REL_POST diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 7099399d9da7..1e95a0d29378 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -178,7 +178,7 @@ Set the .Ar umask for newly created files. The default is 022 -.Pq Dv S_IWGRP No | Dv S_IWOTH . +.Pq Dv S_IWGRP | S_IWOTH . .It Fl w Allow writes requests to create new files. By default |
