aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpass.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-16 18:25:50 +0000
commite37e328263f0fdf188edcdeb820621ecd67a32f6 (patch)
tree623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/getpass.3
parent8af1ba10bd5ee1b92995fce133803f16156dca94 (diff)
downloadman-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz
Move SEE ALSO section to end of page
Diffstat (limited to 'man3/getpass.3')
-rw-r--r--man3/getpass.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3
index 6fe17eae67..5572d35869 100644
--- a/man3/getpass.3
+++ b/man3/getpass.3
@@ -94,8 +94,6 @@ Libc4 and libc5 have never supported PASS_MAX or _SC_PASS_MAX.
Glibc2 accepts _SC_PASS_MAX and returns BUFSIZ (e.g., 8192).
.SH FILES
.I /dev/tty
-.SH "SEE ALSO"
-.BR crypt (3)
.SH HISTORY
A
.BR getpass ()
@@ -106,3 +104,5 @@ Removed in POSIX.1-2001.
.SH BUGS
The calling process should zero the password as soon as possible to avoid
leaving the cleartext password visible in the process's address space.
+.SH "SEE ALSO"
+.BR crypt (3)