diff options
Diffstat (limited to 'man3/confstr.3')
| -rw-r--r-- | man3/confstr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/confstr.3 b/man3/confstr.3 index 9178e59b50..797dfcb03d 100644 --- a/man3/confstr.3 +++ b/man3/confstr.3 @@ -144,9 +144,9 @@ POSIX.1-2001, POSIX.1-2008. The following code fragment determines the path where to find the POSIX.2 system utilities: .br -.nf +.PP .in +4n - +.EX char *pathbuf; size_t n; @@ -155,8 +155,8 @@ pathbuf = malloc(n); if (pathbuf == NULL) abort(); confstr(_CS_PATH, pathbuf, n); -.in .fi +.in .SH SEE ALSO .BR getconf (1), .BR sh (1), |
